解决PyCharm上传代码到Github出现push failed: unable to acces
2021-03-09 03:29
标签:解决 命令行 code pytho -- ssl cert 验证 github led 在用PyCharm提交代码到Github时突然报出以下错误,之前还没有的,不知道我又踩了什么奇怪的坑。。。 提示SSL证书错误。这个错误并不重要是系统证书的问题,系统判断到这个行为会造成不良影响,所以进行了阻止,只要设置跳过SSL证书验证就可以了 打开GitBash,命令行中输入: https://blog.csdn.net/u012679583/article/details/54089331 解决PyCharm上传代码到Github出现push failed: unable to acces 标签:解决 命令行 code pytho -- ssl cert 验证 github led 原文地址:https://blog.51cto.com/14234228/2494051
pycharm上传GitHub时报错:
push failed: unable to access ‘https://github.com/Mbabysbreath/Python_Test/‘: SSL certificate problem: unable to get local issuer certificate2.问题原因
3. 问题解决
git config --global http.sslVerify false
参考文章:
文章标题:解决PyCharm上传代码到Github出现push failed: unable to acces
文章链接:http://soscw.com/index.php/essay/62109.html