发布于 2015-06-14 23:23:24
希望我能很好地理解你的问题。您需要设置环境变量http_proxy和https_proxy
export http_proxy="http://proxy-server:port"
export https_proxy="https://proxy-server:port"这里有一个链接,您可以阅读更多,http://www.shellhacks.com/en/HowTo-Use-a-Proxy-on-the-Linux-Command-Line,但有很多网站的信息。
https://stackoverflow.com/questions/30710908
复制相似问题