[关闭]
@chenlai89 2017-03-27T05:18:35.000000Z 字数 707 阅读 738

mima

未分类


MjViMmRiMz

shadowsocks

注册 搬瓦工

linux 上设置代理。

windows 和 mac 上可以直接翻墙

curl ip.gs

https://mritd.me/2016/07/22/Linux-%E5%91%BD%E4%BB%A4%E8%A1%8C%E4%B8%8B%E4%BD%BF%E7%94%A8-Shadowsocks-%E4%BB%A3%E7%90%86/
方法一:

终端上用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 配置:

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注