Git遇到网络问题设置代理的办法 设置代理的命令为 设置代理的命令为 git config --global http.proxy "http://127.0.0.1:端口号" git config --global https.proxy "http://127.0.0.1:端口号"