【问题集】Failed to connect to 127.0.0.1 port 1080: Connection refused

出现这个问题的原因就是设置了动态代理,o(╥﹏╥)o

使用git查看动态代理

git config --global http.proxy
git config --global https.proxy

在这里插入图片描述
有返回值,取消代理

取消代理

git config --global --unset http.proxy
git config --global --unset httpx.proxy

在这里插入图片描述
到此为止,完美解决。

猜你喜欢

转载自blog.csdn.net/weixin_51656605/article/details/112463919
今日推荐