输入提交代码命令: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

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

 

 



作者:solitudeYu
链接:https://www.jianshu.com/p/27b4f2be5eb9
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

相关文章:

  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-23
  • 2021-05-16
  • 2021-12-15
相关资源
相似解决方案