Github克隆问题 [英] Github clone issue

查看:163
本文介绍了Github克隆问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图克隆一个名为Storm-Starter的git项目,但运行 git clone时出现以下错误:https://github.com/nathanmarz/storm-starter.git 命令:

 克隆到'storm-starter'中... 
错误:SSL证书问题,请验证CA证书是否正确。详细信息:
错误:14090086:SSL例程:SSL3_GET_SERVER_CERTIFICATE:访问https://github.com/nat
时,证书验证失败hanmarz / storm-starter.git / info / refs?service = git-upload -pack
fatal:HTTP请求失败

我已经按照github上的教程(as somebody建议在发生此类问题时这样做)关于如何生成并提交SSH密钥 a>并且一切都很顺利,所以我不知道发生了什么。



我也在Windows 8上运行这个程序。


<您可以通过设置禁用SSL CERT验证:

  

git config --global http.sslVerify false

请参阅 here


I am trying to clone a git project known as Storm-Starter however I am getting the following error when running the git clone https://github.com/nathanmarz/storm-starter.git command:

Cloning into 'storm-starter'...
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/nat
hanmarz/storm-starter.git/info/refs?service=git-upload-pack
fatal: HTTP request failed

I have followed the tutorial on github (as somebody suggested to doing so when such an issue occurs) on how to generate and submit the SSH keys and everything went well,so I have no idea what is happening.

I am also running this on Windows 8 machine.

解决方案

You can disable the SSL CERT verification by setting:

git config --global http.sslVerify false

See here.

这篇关于Github克隆问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆