在非浏览器应用程序中使用代理

时间:2017-02-22 14:51:06

标签: proxy

我的大学使用代理服务器提供互联网。我可以很好地在浏览器上访问互联网,当我登录浏览器时,Skype等应用程序会自动连接。 但有些应用程序在连接时显示错误。 在Windows Store(Windows10)中,我可以打开商店,但下载时显示的错误代码为0x800704CF。

此外,我无法访问我的虚拟机终端中的互联网 - Ubuntu 16.04.2 LTS(我可以在其浏览器中访问它)。我收到以下错误:

尝试时

sudo apt-get update

我收到错误

Err:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Cannot initiate the connection to us.archive.ubuntu.com:80
(2001:67c:1562::19). - connect (101: Network is unreachable) [IP:
2001:67c:1562::19 80]

尝试时

python get-pip.py

(下载get-pip.py后)(安装pip) 我收到错误:

 Retrying (Retry(total=4, connect=None, read=None, redirect=None))
after connection broken by
'NewConnectionErro ('<pip._vendor.requests.packages.urllib3.connection.VerifiedH
TTPS Connection object at 0x7f7451ef1f10>: Failed to establish a new
connection: [Errno 101] Network is unreachable',)': /simple/pip/

我尝试将终端上的代理设置(在Linux中)应用为:

 export http_proxy={proxy IP they provided}

但它不起作用。

1 个答案:

答案 0 :(得分:0)

对于apt,您必须提供配置

对于pip,您可以使用命令行参数 pip install --proxy user:password@proxyserver:port <package>