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的主要内容,如果未能解决你的问题,请参考以下文章