关闭代理方法一 curl:7()Failed to connect to 127.0.0.1

env|grep -i proxy

NO_PROXY=localhost,127.0.0.0/8,::1 
http_proxy=http://127.0.0.1:45463/ 

HTTPS_PROXY=http://127.0.0.1:45463/ 
https_proxy=http://127.0.0.1:45463/ 
no_proxy=localhost,127.0.0.0/8,::1 
HTTP_PROXY=http://127.0.0.1:45463/

全都unset后,git push恢复。

可解决问题 
安装docker 的时候 
p3 curl:7()Failed to connect to 127.0.0.1 port 39031:拒绝连接

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章