今天使用git拉取项目时报错fatal: unable to access ‘https://ip:端口号/路径/oa.git/’: SSL certificate problem: self signed certificate in certificate chain

大致判断是ssl证书问题,在网上找到这句命令运行后,在重新clone项目。报了以下错误
git config --global http.sslVerify “false”

然后换个文件夹重新拉取,成功了。

git clone报错fatal: unable to access ‘https://ip:端口号/路径/oa.git/‘:SSL certificate problem: self signed
于 2022-09-27 10:36:34 首次发布
本文介绍了如何解决在使用Git过程中遇到的SSL证书问题。通过禁用证书验证的方式,成功地拉取了项目。
1666

被折叠的 条评论
为什么被折叠?



