这里的端口号需要查看 “终端代理命令”
git config --global http.proxy http://127.0.0.1:1087
git config --global https.proxy http://127.0.0.1:1087
git config --global http.sslVerify false
取消http代理
git config --global --unset http.proxy
git config --global --unset https.proxy
网友评论