码迷,mamicode.com
首页 > 其他好文 > 详细

git clone出现SSL错误

时间:2017-01-10 17:18:44      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:margin   hit   false   ott   解决办法   tle   命令   ica   fat   

在学习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

 

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

在运行中输入:CMD→回车打开命令提示符窗口

 

git config --global http.sslVerify false

git clone出现SSL错误

标签:margin   hit   false   ott   解决办法   tle   命令   ica   fat   

原文地址:http://www.cnblogs.com/-mrl/p/6269697.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!