Git处理Failed to connect to www.google.com port 80: Timed out

输入提交代码命令:git push -u origin master
报错:fatal: unable to access 'https://gitee.com/solitudeYu/gerenzhuye.git/': Failed to connect to www.google.com port 80: Timed out

处理方式

查询到当前设置的代理
git config --global --unset http.proxy
关闭代理
git config --global --unset http.proxy
提交成功
git push -u origin master

 

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐