Https下载报错

$ 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下载报错)