- git 开启代理
git config --global http.proxy http://127.0.0.1:41091
git config --global https.proxy http://127.0.0.1:41091
- git 取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.proxy http://127.0.0.1:41091
git config --global https.proxy http://127.0.0.1:41091
git config --global --unset http.proxy
git config --global --unset https.proxy
本文标题:git开启代理和关闭代理
本文链接:https://www.haomeiwen.com/subject/tniazrtx.html
网友评论