使用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
取消代理即可。
网友评论