`
aigo
  • 浏览: 2644750 次
  • 性别: Icon_minigender_1
  • 来自: 宜昌
社区版块
存档分类
最新评论

git clone错误:error: SSL certificate problem, verify that the CA cert is OK. Detai

 
阅读更多

原文:http://derekmorgan.iteye.com/blog/1066833

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

 

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

 

git config --global http.sslVerify false

分享到:
评论

相关推荐

    torch(git clone https://github.com/torch/distro.git ~/torch --recursive)

    torch 项目完整代码,公司无法使用git,所以放了个备份在csdn上 (git clone https://github.com/torch/distro.git ~/torch --recursive)

    build-a-molecule:“构建分子”是PhET Interactive Simulations在HTML5中进行的教育模拟

    快速开始(1)克隆仿真及其依赖项: git clone https://github.com/phetsims/assert.gitgit clone https://github.com/phetsims/axon.gitgit clone https://github.com/phetsims/babel.gitgit clone ...

    tdriver git clone的文件

    tdriver git clone的文件,具体文件如下: git clone git://gitorious.org/tdriver/driver.git git clone git://gitorious.org/tdriver/sut_qt.git git clone git://gitorious.org/tdriver/agent_qt.git git clone ...

    PX4固件源码编译中的坑

    我这里是使用的我自己的电脑,安装的是ubuntu16.04系统,装有ROS Kinetic,包括gazebo之类的软件已经有了,这些安装方法网上也有很多,这里不多说。 1、创建仿真环境,第一步是源码编译PX4固件: ...git d

    git clone 最新版

    "git clone"是Git中的一个核心命令,用于复制远程仓库到本地。在本文中,我们将深入探讨`git clone`命令以及如何获取其最新版本。 首先,让我们了解`git clone`的基本用法。当你运行`git clone <repository>`时,它...

    git-embed:Build embeddable git for `git clone` and `git pull` on Windows. || 在 Windows 上构建嵌入式的 git 以用于 `git clone` 和 `git pull`

    在Windows上为git clone和git pull构建可嵌入的git。 用法 从下载最新的重新打包的Git。 构建类型 小型的 软件包“ mini”是在Windows上运行git clone和git pull的最小程序集。 它不支持HTTPS。 但你可以取代...

    windows下 android源码批量下载.pdf

    git clone git://android.git.kernel.org/kernel/common.git ``` 然而,如果要批量下载多个源码包,单纯使用Git命令行可能较为繁琐。由于Linux系统中有`repo`工具可以方便地批量处理,但在Windows上没有官方的`repo...

    bspmini2440-example--upload.rar

    git clone http://git.sylixos.com/repo/sylixos-base.git git clone http://git.sylixos.com/repo/bspmini2440.git git clone http://git.sylixos.com/repo/examples.git git clone ...

    git代码clone,submodule

    ### Git Clone与Submodule知识点详解 #### 一、Git Clone命令 `git clone` 命令用于克隆一个远程仓库到本地。当你需要获取一个项目的全部文件时,这个命令非常有用。 **基本用法:** ```bash git clone ``` **...

    Git的客户端+服务端Gitblit+Git clone

    Git的客户端是指用户在本地使用的Git工具,如Git Bash、SourceTree等,它们提供交互式界面或者命令行来与Git仓库进行交互。服务端的Gitblit则是一个轻量级的Git服务器,它可以方便地托管Git仓库,提供Web界面供用户...

    wogit:git clone加速命令行工具,使用加速镜像解决从github克隆速度慢的问题,支持git命令透传,可以只在需要clone的时候使用,也可以替代git作为日常使用

    git clone加速命令行工具,使用加速镜像解决从github克隆速度慢的问题,支持git命令透传,可以只在需要clone的时候使用,也可以替代git作为日常使用。 安装 npm i wogit -g 使用 wogit的使用,除了支持几个指定特定...

    GitClone::construction:GitHubPage克隆编码

    GitClone::construction:GitHubPage克隆编码

    windows git 批量 clone 脚本

    在Windows环境中,Git批量操作是开发团队协作中的一项重要任务,尤其当管理多个Git仓库时。本文将深入探讨如何利用批处理脚本来实现这一目标,主要关注标题提及的"windows git 批量 clone 脚本"。我们将讨论每个文件...

    gitclone.com:gitclone.com网站

    这个平台与Git紧密集成,Git是一种分布式版本控制系统,由Linus Torvalds为Linux内核开发,现在广泛应用于各种软件项目。本文将深入探讨GitClone.com网站及其与Git的关系,以及HTML(超文本标记语言)在构建此类网站...

    Git Clone大文件工具

    然而,在处理包含大量或大文件的项目时,Git的性能可能会受到影响,甚至可能导致克隆(Clone)操作失败。为了解决这一问题,Git社区开发了一个名为Git LFS(Large File Storage)的扩展工具,专门用来管理大文件。...

    C++ QT SMTP 发送邮件(最新,成功的)

    git 命令: git clone https://github.com/bluetiger9/SmtpClient-for-Qt.git git clone https://github.com/bluetiger9/SmtpClient-for-Qt.wiki.git git clone git://github.com/schacon/grit.git git clone ...

    Android源码下载 cmd

    - `git clone git://android.git.kernel.org/platform/packages/providers/GoogleSubscribedFeedsProvider.git platform/packages/providers/GoogleSubscribedFeedsProvider` - 谷歌订阅新闻源服务。 - `git ...

    解决 github项目clone报错 Failed connect to github.com:443; 解决

    Error while executing: npm ERR! /usr/bin/git ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! npm ERR! fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to ...

    rtmpdump 2.4

    rtmpdump is a toolkit for RTMP streams....The latest release is 2.4 which you can check out from git. Aside from various minor bugfixes since 2.3, RTMPE type 9 handshakes are now supported.

Global site tag (gtag.js) - Google Analytics