Git | SSL certificate problem: certificate has expired
问题描述
(1)在 GitBash 窗口执行 git clone 命令,出现如下报错:
$ git clone https://rep.360taihe.com/qa-auto/auto-api-xacg-bank.git
Cloning into 'auto-api-xacg-bank'...
fatal: unable to access
'https://rep.360taihe.com/qa-auto/auto-api-xacg-bank.git/': SSL certificate
problem: certificate has expired
(2)查看 https://rep.360taihe.com 网站 HTTPS 证书,证书刚好过期。
解决方案
关闭 https 证书验证
git config --global http.sslVerify false
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论