20211102 - git Failed to connect to 127.0.0.1 port xxxx Connection refused
2021-11-02 00:00:00
  • git查看
1
2
3
查询动态代理
git config --global http.proxy
git config --global https.proxy

若是有返回值

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

关于使用Git出现”git Failed to connect to 127.0.0.1 port xxxx: Connection refused”的问题解决方案_XH_jing的博客-CSDN博客

Failed to connect to 127.0.0.1 port 1080: Connection refused 解决