mac git拉取失败 Failed to connect to 127.0.0.1 port 1087: Connection refused

解决方法:

1. 查看端口是否被占用:lsof -i:1087

若没有返回则没有占用。

2. 查看代理:env|grep -i proxy

返回结果:
mac git拉取失败 Failed to connect to 127.0.0.1 port 1087: Connection refused

结论:使用代理导致访问失败

3. 解决方法:直接输入export ALL_PROXY=""

mac git拉取失败 Failed to connect to 127.0.0.1 port 1087: Connection refused

上一篇:Cache 命中率


下一篇:ubuntu16.04安装docker-compose报错及解决