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