首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

git clone异常:error: SSL certificate problem, verify that the CA cert is OK. Detai

2013-08-10 
git clone错误:error: SSL certificate problem, verify that the CA cert is OK. Detai原文:http://derek

git clone错误:error: SSL certificate problem, verify that the CA cert is OK. Detai

原文:http://derekmorgan.iteye.com/blog/1066833

在学习git的时候,发现不能使用git clone从github.com下载,报了个ssl错误。

?

Cloning into cancan...

error: SSL certificate problem, verify that the CA cert is OK. Details:

error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/ryanb/cancan.git/info/refs

?

fatal: HTTP request failed

?

在网上找了一下,比较简单的解决办法:

?

git config --global http.sslVerify false

热点排行