Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6540864
  • 博文数量: 915
  • 博客积分: 17977
  • 博客等级: 上将
  • 技术积分: 8846
  • 用 户 组: 普通用户
  • 注册时间: 2005-08-26 09:59
个人简介

一个好老好老的老程序员了。

文章分类

全部博文(915)

文章存档

2022年(9)

2021年(13)

2020年(10)

2019年(40)

2018年(88)

2017年(130)

2015年(5)

2014年(12)

2013年(41)

2012年(36)

2011年(272)

2010年(1)

2009年(53)

2008年(65)

2007年(47)

2006年(81)

2005年(12)

分类: 系统运维

2012-11-26 16:22:10

git clone出现SSL错误
109人阅读 评论(0) 举报

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

 

fatal: HTTP request failed

 

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

 

git config --global http.sslVerify false


原文地址:http://derekmorgan.iteye.com/blog/1066833
阅读(4499) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~