$ 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
网友评论