偶尔用一次老忘。
export http_proxy=http://162.105.*.*:port/
export http_proxy=http://user:pwd@host:port
wget http://www.cs.toronto.edu/~kriz/cifar-10-python.tar
pip install --upgrade scikit-learn --proxy=http://username:password@162.105.*.*:port
git config --global http.proxy "http://username:password@162.105.*.*:port"
本文介绍如何设置不同工具和命令下的代理访问,包括使用export配置环境变量、wget下载、pip安装升级包及git全局配置等方法。
5220

被折叠的 条评论
为什么被折叠?



