//设置:
git config --global http.proxy socks5://127.0.0.1:10808
git config --global https.proxy socks5://127.0.0.1:10808
//取消:
git config --global --unset http.proxy
git config --global --unset https.proxy
//设置:
git config --global http.proxy socks5://127.0.0.1:10808
git config --global https.proxy socks5://127.0.0.1:10808
//取消:
git config --global --unset http.proxy
git config --global --unset https.proxy
本文标题:git设置代理
本文链接:https://www.haomeiwen.com/subject/jjfrbktx.html
网友评论