设置全局代理
详细端口根据自己的来
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
取消全局代理
git config --global --unset http.proxy
git config --global --unset https.proxy
详细端口根据自己的来
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
本文标题:Git 代理设置
本文链接:https://www.haomeiwen.com/subject/zqgmprtx.html
网友评论