Idea上传GitHub时报错:push failed: fatal: unable to access ‘https://github.com/***port 443: Timed out
Posted 最小的帆也能远航
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Idea上传GitHub时报错:push failed: fatal: unable to access ‘https://github.com/***port 443: Timed out相关的知识,希望对你有一定的参考价值。
系统证书问题,系统判断这个行为会造成不良影响,所以进行了阻止,只需要设置跳过SSL证书验证即可。
1.在当前项目根目录中打开Git(右键选择 Git Bash Here)
2.运行:
git config --global http.sslVerify false
以上是关于Idea上传GitHub时报错:push failed: fatal: unable to access ‘https://github.com/***port 443: Timed out的主要内容,如果未能解决你的问题,请参考以下文章
解决PyCharm上传代码到Github出现push failed: unable to acces
解决PyCharm上传代码到Github出现push failed: unable to acces
mac 上 intellij IDEA用 SVN剪切项目时报错:E200015170001 authorization failed 如何解决
idea提交代码时报错Git Pull Failed: refusing to merge unrelated histories
执行git push命令时报错unable to access ‘https://github.com/xxx.git/‘: The requested URL returned error: 403