fatal: unable to access 'xxx': Failed to connect to 127.0.0.1 port xxx: Connection refused

Git 拉取Gitee仓库报错:“fatal: unable to access 'xxx': Failed to connect to 127.0.0.1 port xxx: Connection refused”

之前使用了代理导致git访问错乱

1.本地查看是否Git使用了代理
git config --global http.proxy

2.取消代理
git config --global --unset http.proxy

posted on 2023-05-04 16:26  糯米白白  阅读(245)  评论(0)    收藏  举报

导航