git config –global https.proxy http://127.0.0.1:1080

git config –global https.proxy https://127.0.0.1:1080

git config –global –unset http.proxy

git config –global –unset https.proxy

npm config delete proxy

git config –global http.proxy \’socks5://127.0.0.1:1080\’
git config –global https.proxy \’socks5://127.0.0.1:1080\’

版权声明:本文为sigma0原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/sigma0/p/11442786.html