今天使用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 首次发布