拉取Github仓库错误

8 阅读1分钟

说明:记录一次拉取github仓库时,报下面的错误

$ git clone https://github.com/LamSpace/data-plus.git
Cloning into 'data-plus'...
fatal: unable to access 'https://github.com/LamSpace/data-plus.git/': SSL certificate problem: unable to get local issuer certificate

在这里插入图片描述

解决:关代理工具、关Github加速工具(如Steam++)。另外像npm install发生错误,也考虑是不是没有关代理的问题。

首次发布

hezhongying.blog.csdn.net/article/det…