迷路的龙猫

Hacking the interesting world!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

问题:

在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证书校验的方法进行提交即可

git config --global http.sslVerify false

 

以上

posted on 2014-02-03 21:59  迷路的龙猫  阅读(1198)  评论(0编辑  收藏  举报