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

发布时间 2023-05-04 16:36:07作者: 糯米白白

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