原文:Git 问题:SSL certificate problem: self signed certificate

在Windows上使用git命令push代码时,提示:SSL certificate problem: self signed certificate 具体是什么问题,也不清楚,也不管是不是SSL证书的问题,解决方案:在git配置窗口中输入以下命令: gitconfig globalhttp.sslVerifyfalse 问题就可以解决了。 ...

2018-12-10 21:57 0 2803 推荐指数:

查看详情

SSL certificate problem: self signed certificat

今天从Gitlab拉取数据提示:SSL certificate problem: self signed certificat 异常。 问题原因:公司gitlab只支持https地址,需要client配置忽略https证书检验 解决方案:打开Git Bash运行如下命令 export ...

Tue Nov 24 20:57:00 CST 2020 0 2928
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM