当前位置:   article > 正文

unable to access ‘https://github.com/dongguo4812/article.git/‘: SSL certificate problem: unable to

unable to access

新电脑安装git ,克隆个项目,但是发现clone不下来,

unable to access ‘https://github.com/dongguo4812/article.git/’: SSL
certificate problem: unable to

原因

Git client in Fisheye/Crucible server perform verification on the SSL
certificate and stop the process if it is unknown.

大概意思是:Fisheye/Crucible服务器不能识别git的SSL证书,所以操作停止执行。

解决
在git命令行输入以下命令即可

git config --global http.sslVerify false
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/661489
推荐阅读
相关标签
  

闽ICP备14008679号