处理代理fatal: unable to access '提交路径': Failed to connect to 127.0.0.1 port 8087: Connection refused

处理代理:

fatal: unable to access '提交路径': Failed to connect to 127.0.0.1 port 8087: Connection refused

1、查询代理

 env|grep -i proxy 

会显示你设置的所有代理

http_proxy=127.0.0.1:8087

https_proxy=127.0.0.1:8087

2、删除代理

unset http_proxy

unset https_proxy

==========再查询的时候没有显示的代理就证明删除成功========

你可能感兴趣的:(处理代理fatal: unable to access '提交路径': Failed to connect to 127.0.0.1 port 8087: Connection refused)