git config --global  http.proxy http://127.0.0.1:33210

git config --global  https.proxy https://127.0.0.1:33210

git config --global --unset http.proxy http://127.0.0.1:33210
git config --global --unset http.proxy
git config --global --unset https.proxy http://127.0.0.1:33210
git config --global --unset https.proxy
git config --global -l


https://stackoverflow.com/questions/128035/how-do-i-pull-from-a-git-repository-through-an-http-proxy

Reset git proxy to default configuration - Stack Overflow

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐