Https下载报错

2016-05-25  本文已影响18人  landwind

$ 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

即可

上一篇 下一篇

猜你喜欢

热点阅读