@chenlai89
2017-03-27T05:18:35.000000Z
字数 707
阅读 738
未分类
MjViMmRiMz
shadowsocks
注册 搬瓦工
linux 上设置代理。
windows 和 mac 上可以直接翻墙
curl ip.gs
终端上用shadowsocks
~ sudo service polipo start
~ export http_proxy=http://localhost:8123
方法二:
git config http.proxy http://127.0.0.1:1080
git config --local http.proxy 'socks5://127.0.0.1:1080'
git config --local https.proxy 'socks5://127.0.0.1:1080'
git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'
设置Git的代理从此欢快的同步源码:
$ git config --global --add http.proxy localhost:8118
$ git config --global --add http.sslVerify false
windows
proxifier
方法三:
sudo apt-get install python-pip python-m2crypto privoxy
pac 配置: