改变端口号 git config --global http.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 来源:CSDN作者:竹溪听风链接:https://blog.csdn.net/weixin_42453746/article/details/104571315 标签 git config