git config --global http.proxy http://127.0.0.1:9999 git config --global https.proxy https://127.0.0.1:9999
git 配置代理
原文:https://www.cnblogs.com/fixdq/p/13769362.html