gpt4 book ai didi

git - 在服务器中进行 git 克隆时出现 SSL 错误

转载 作者:太空宇宙 更新时间:2023-11-03 13:33:09 25 4
gpt4 key购买 nike

[sandipXXX@server applications]$ git clone https://github.com/sandipbhuyan/myblog.git
Cloning into 'myblog'...
fatal: unable to access 'https://github.com/sandipbhuyan/myblog.git/': Problem with the SSL CA cert (path? access rights?)

当我尝试从 git 克隆一个 git 存储库时,它总是显示这条消息,我试过这个

git config http.sslverify false

但同样的事情正在发生

最佳答案

我通过三个步骤解决了这个问题(Ubuntu 18.04):

(1) 重置ssl验证为真:

git config --global http.sslVerify true

(2) 重新安装 ca 证书:

sudo apt-get install ca-certificates

(3)修改.gitconfig文件:

cd ~/
vim .gitconfig
#(change two lines of the ".gitconfig" contents as below)
sslVerify = true
sslCAinfo = /etc/ssl/certs/ca-certificates.crt

关于git - 在服务器中进行 git 克隆时出现 SSL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48247271/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com