git clone時報錯「Failed to connect to 127.0.0.1 port 2453: Connection refused」如何處理?

1. 查看git的配置git

git config --global --list| grep -i proxyspa

若是有內容輸出,那麼unset配置項,如:it

git config --global --unset http.proxy變量

2. 查看環境變量配置

env | grep -i proxy終端

若是有內容輸出,那麼unset輸出的變量,須要退出當前終端哦grep

unset http_proxy環境變量

相關文章
相關標籤/搜索