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

git 代理配置

时间:2021-01-13 10:51:35      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:pre   lob   代理   设置   http   全局   set   sock   unset   

设置当前代理

git config http.proxy http://127.0.0.1:2334

取消当前代理

git config --unset http.proxy

取消全局代理

git config --global --unset http.proxy

设置socks5代理

git config --global http.proxy socks5://127.0.0.1:10888

git 代理配置

标签:pre   lob   代理   设置   http   全局   set   sock   unset   

原文地址:https://www.cnblogs.com/zjhblogs/p/14261702.html

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