标签: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
暂无评论...