赞
踩
#只对github.com
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
#取消代理
git config --global --unset http.https://github.com.proxy
sudo apt-get install polipo
打开配置文件:sudo vim /etc/polipo/config
写入:
socksParentProxy = "localhost:1080"
socksProxyType = socks5
先关闭正在运行的polipo,然后再次启动
sudo service polipo stop
sudo service polipo start
验证:
curl ip.sb
http_proxy=http://localhost:8123 curl ip.sb
这里仅当次有效,要设置全局永久还需参考该博客。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。