Windows下 git: Failed to connect to 127.0.0.1 port 1080: Connection refused报错解决


问题

git无法拉取代码,报错:Failed to connect to 127.0.0.1 port 1081: Connection refused
Windows下 git: Failed to connect to 127.0.0.1 port 1080: Connection refused报错解决

解决

找到系统账户下.gitconfig文件,删除里面配置的代理,保存即可解决此问题
本人路径:C:/Users/Administrator/.gitconfig
如下图所示
Windows下 git: Failed to connect to 127.0.0.1 port 1080: Connection refused报错解决

解决问题参考地址

https://juejin.cn/post/6844904146743590920

Windows下 git: Failed to connect to 127.0.0.1 port 1080: Connection refused报错解决
尝试过之后仍然无法解决,

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/280576.html

(0)
上一篇 2022年8月14日
下一篇 2022年8月14日

相关推荐

发表回复

登录后才能评论