SSL certificate problem: self signed certificat

今天从Gitlab拉取数据提示:SSL certificate problem: self signed certificat 异常。

问题原因:公司gitlab只支持https地址,需要client配置忽略https证书检验

解决方案:打开Git Bash运行如下命令

export GIT_SSL_NO_VERIFY=true

git config --global http.sslVerify "false"

上一篇:idea 弹出Server‘s certificate is not trusted 解决方法


下一篇:项目添加SSH证书时报Private key must be accompanied by certificate chain