当前位置: 代码网 > it编程>数据库>Access > fatal: unable to access ‘ ‘: SSL certificate problem: unable to get local issuer certificate

fatal: unable to access ‘ ‘: SSL certificate problem: unable to get local issuer certificate

2024年08月02日 Access 我要评论
fatal: unable to access 'https://github.com/halo-dev/halo.git/': SSL certificate problem: unable to get local issuer certificate需要解除SSL验证从github上克隆老版本的项目的git命令

从github上克隆halo这个项目,报错:
fatal: unable to access ‘https://github.com/halo-dev/halo.git/’: ssl certificate problem: unable to get local issuer certificate
在这里插入图片描述

解决方案

需要解除ssl验证,再重新执行克隆或者其他操作

git config --global http.sslverify false

在这里插入图片描述


顺便在此记录一下,clone老版本的项目的git命令,需要加上【-b 版本号】

git clone -b v1.0.0 https://github.com/halo-dev/halo.git
(0)

相关文章:

版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。 如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。

发表评论

验证码:
Copyright © 2017-2025  代码网 保留所有权利. 粤ICP备2024248653号
站长QQ:2386932994 | 联系邮箱:2386932994@qq.com