300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > pycharm上传GitHub时报错:push failed: fatal: unable to access 'https://github.com/***port 443: Timed out

pycharm上传GitHub时报错:push failed: fatal: unable to access 'https://github.com/***port 443: Timed out

时间:2020-09-11 02:09:13

相关推荐

pycharm上传GitHub时报错:push failed: fatal: unable to access 'https://github.com/***port 443: Timed out

系统证书问题,系统判断这个行为会造成不良影响,所以进行了阻止,只需要设置跳过SSL证书验证即可。

1.在当前项目根目录中打开Git(右键选择 Git Bash Here)

2.运行:

git config --globalhttp.sslVerifyfalse

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。