.git/‘: Failed to connect to 127.0.0.1 port 1080: Connection refused
Posted 闲言博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.git/‘: Failed to connect to 127.0.0.1 port 1080: Connection refused相关的知识,希望对你有一定的参考价值。
错误产生环境
换了一台电脑之后git 无法克隆项目和同步代码
错误描述
.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused
错误原因
本地使用了端口代理,导致连接失败
解决办法
在本机全局搜索 gitconfig
打开文件,删除有关proxy的所有行,只删除与 proxy 有关的,其他的不用管,再次git clone 和 npm install就没有问题了
以上是关于.git/‘: Failed to connect to 127.0.0.1 port 1080: Connection refused的主要内容,如果未能解决你的问题,请参考以下文章
.git/‘: Failed to connect to 127.0.0.1 port 1080: Connection refused
.git/‘: Failed to connect to 127.0.0.1 port 1080: Connection refused
git时 Failed to connect to 127.0.0.1 port 1080: Connection refused
[转发]解决 git push Failed to connect to 127.0.0.1 port 45463: 拒绝连接
开发工具的那些故事git问题记录: Failed to connect to github.com port 443: Timed out
Git 之 解决git clone报错(Failed to connect to xxxxxx port 80: Timed out) 以及 git 的相关常用配置