出现这种情况多半是因为设置了系统代理

取消全局代理即可

git config --global --unset http.proxy
git config --global --unset https.proxy

 

相关文章: