關閉代理方法一 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:拒絕連接

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