当前位置:   article > 正文

gitlab报错之self signed certificate解决方案_gitself signed certificate

gitself signed certificate

使用git pull 拉取代码报错,fatal: unable to access   

SSL certificate problem: self signed certificate

(1)配置git命令

git config --global http.sslVerify false

直接在项目控制台输入即可,然后如果什么反应都没有,就证明最好的结果已经出现,此时直接执行 git pull 拉取代码即可。

The error I get in Git Bash after running the commands that GitLab provides for a new repo is:

fatal: unable to access 'https://my.url/user/repo.git/': SSL certificate problem: self signed certificate

在运行GitLab为新repo提供的命令后,我在Git Bash中遇到的错误是:

致命:无法访问'https://my.url/user/repo.git/':SSL证书问题:自签名证书

 

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号