美文网首页
处理代理fatal: unable to access '提交路

处理代理fatal: unable to access '提交路

作者: 杯水情杯水缘 | 来源:发表于2018-08-23 10:23 被阅读0次

处理代理:

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 '提交路

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