美文网首页
Https下载报错

Https下载报错

作者: landwind | 来源:发表于2016-05-25 00:19 被阅读18次

$ git clone https://172.16.1.100/github/myself.git
Cloning into 'myself'...
fatal: unable to access 'https://172.16.1.100/github/myself.git/': SSL certificate problem: self signed certificate

此时只需要在git命令行执行

git config --global http.sslVerify false

即可

相关文章

网友评论

      本文标题:Https下载报错

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