美文网首页
Failed to connect to 127.0.0.1 p

Failed to connect to 127.0.0.1 p

作者: zhujunhua | 来源:发表于2019-05-23 15:35 被阅读0次

使用git时,出错
Failed with error:fatal:unable to access 'https://github.com/XXXX/XXXX.git/': Failed to connect to 127.0.0.1 port 8888 :conection refused
这种情况,是系统的127.0.0.1:8888使用了代理。

使用如下命令检测代理情况:
$ env | grep -i proxy
使用 $ unset xxxx_proxy 取消代理即可。

相关文章

网友评论

      本文标题:Failed to connect to 127.0.0.1 p

      本文链接:https://www.haomeiwen.com/subject/qvqbzqtx.html