美文网首页
使用sourceTree拉取代码时报错:SSL certific

使用sourceTree拉取代码时报错:SSL certific

作者: 安北分享 | 来源:发表于2022-05-05 17:00 被阅读0次

报错内容如下:
unable to access 'https://....git/': SSL certificate problem: certificate has expired
certificate has expired 意思就是证书过期
其实就是SSL卡住了你,因此最快的解决方法就是关掉SSL验证

打开 git bash 输入以下命令 回车 即可

git config --global http.sslVerify false

相关文章

网友评论

      本文标题:使用sourceTree拉取代码时报错:SSL certific

      本文链接:https://www.haomeiwen.com/subject/lkcoyrtx.html