pycharm上传GitHub时报错:push failed: unable to access 'https://github.com/chenshl/py_study_demo.git/': SSL certificate problem: unable to get local issuer certificate

今天上传pycharm代码到GitHub时一直报上述错误,pycharm和Git设置均正确的情况下,困扰了一晚上,非常郁闷。提示SSL证书错误。

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

解决:

1.在当前项目根目录中打开Git

2.运行git config --global http.sslVerify false

pycharm上传GitHub时报错:push failed: unable to access 'https://github.com/chenshl/py_study_demo.git/': SS

感谢https://blog.csdn.net/u012679583/article/details/54089331

相关文章:

  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2022-01-01
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
相关资源
相似解决方案