git config --global http.proxy http://127.0.0.1:1080git config --global https.proxy https://127.0.0.1:1080git config --global --unset http.proxygit config --global --unset https.proxy
git代理设置
原文:https://www.cnblogs.com/wenlin-gk/p/9994098.html