git clone出现SSL错误

Posted 一个人的孤独自白

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone出现SSL错误相关的知识,希望对你有一定的参考价值。

在学习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错误的主要内容,如果未能解决你的问题,请参考以下文章

git clone https/ssl 错误 [重复]

git clone出现的拒绝连接问题

git clone 出现错误

git clone出现: unable to access错误

git clone 提示Server aborted the SSL handshake

Git clone命令出现"fatal repository not found"错误