标签:
set http_proxy=http://proxy.yourname.com:8080
set http_proxy_user=
set http_proxy_pass=
git config --global http.proxy http://10.167.196.133:8080
git config –global http.proxy http://user:password@http://10.10.10.10:8080
git config --system (或 --global 或 --local) --unset http.proxy
标签:
原文地址:http://www.cnblogs.com/yaoweilei/p/4870985.html