码迷,mamicode.com
首页 > 其他好文 > 详细

Git中设置代理和取消代理

时间:2018-02-01 14:44:14      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:proxy   代理   http   gpo   unset   lob   socks5   div   set   

设置Socks5代理

git config --global http.proxy ‘socks5://127.0.0.1:1080‘
git config --global https.proxy ‘socks5://127.0.0.1:1080‘

设置http/https代理

git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080

取消代理

git config --global --unset http.proxy
git config --global --unset https.proxy
参考资料:https://www.cnblogs.com/xueweihan/p/7242577.html

Git中设置代理和取消代理

标签:proxy   代理   http   gpo   unset   lob   socks5   div   set   

原文地址:https://www.cnblogs.com/zhuxiaoxi/p/8398475.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!