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環境變量