解决Failed to connect to 127.0.0.1 port 1080: Connection refused 报错(macos)

Posted 铭铭很OK

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Failed to connect to 127.0.0.1 port 1080: Connection refused 报错(macos)相关的知识,希望对你有一定的参考价值。

使用github的资源安装东西的时候

 

尝试了各种办法都没有解决,一直报这个端口代理的问题,看到网上有一个解决办法

第一步

查询是否使用了代理:

git config --global http.proxy

第二步

取消代理

git config --global --unset http.proxy

然而我试了,没有效果.

现在我来说说下面的方法,这个解决了问题

第一步

在终端输入

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

这行命令可以显示电脑的隐形文件

第二步

在Finder里面个人账号的文件夹里找到gitconfig这个隐藏文件,右击打开,然后把里面的代理proxy整行删掉

第三步

回到终端,再次执行pod setup,这个时候你就会神奇的发现,问题解决了,希望对同样有这种问题的人有所帮助

我之前本机安装的有代理,给github地址设置过proxy。

Failed to connect to 127.0.0.1 port 1080: Connection refused package 问题解决方法

错误信息:

git.exe clone --progress -v “https://gitee.com/vmu/cimg” “D:\\你的文件路径\\cimg”
Cloning into ‘D:\\你的文件路径\\cimg’…
fatal: unable to access ‘https://gitee.com/vmu/cimg/’: Failed to connect to 127.0.0.1 port 31181: Connection refused

解决方法:

1.打开C:\\Users*****文件下 .gitconfig 文件

2.删除下图中的东西(或者直接删除整个文件)

然后就可以了

以上是关于解决Failed to connect to 127.0.0.1 port 1080: Connection refused 报错(macos)的主要内容,如果未能解决你的问题,请参考以下文章

如何解决esri_sde, Connection to RDBMS failed.

解决出现Failed to connect to 127.0.0.1 port XXXX: Connection refused

解决出现Failed to connect to 127.0.0.1 port XXXX: Connection refused

Failed to connect to 127.0.0.1 port 1080: Connection refused package 问题解决方法

Failed to connect to 127.0.0.1 port 1080: Connection refused package 问题解决方法

解决Failed to connect to 127.0.0.1 port 1080: Connection refused 报错(macos)