首页 » Other » Configure » Git设置代理

Git设置代理

 

设置代理
http
git config –global http.proxy socks5://127.0.0.1:10808
https
git config –global https.proxy socks5://127.0.0.1:10808
取消代理
git config –global –unset http.proxy
git config –global –unset http.proxy

本文隐藏内容 登陆 后才可以浏览

原文链接:Git设置代理,转载请注明来源!

1