首页 > 其他 > 详细

git提交代码时SSL证书错误

时间:2014-02-04 03:28:00      阅读:756      评论:0      收藏:0      [点我收藏+]

问题:

在knoppix发行版的Linux系统系统下,git提交到github时,会报以下这样的错误

<pre>

error: Problem with the SSL CA cert (path? access rights?) while accessing https://github.com/perry2008084/essentialCPP.git/info/refs
fatal: HTTP request failed
</pre>

 

解决方法:

通过直接关闭SSL证书校验的方法进行提交即可

1
git config --global http.sslVerify false

 

以上

git提交代码时SSL证书错误

原文:http://www.cnblogs.com/pansj/p/github_ssl_ca.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!