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

相关文章:

  • 2021-08-30
  • 2022-01-30
  • 2021-05-24
  • 2021-06-20
  • 2021-07-10
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-03
  • 2022-02-09
  • 2021-11-22
  • 2021-04-26
  • 2022-12-23
相关资源
相似解决方案