$ 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
此時(shí)只需要在git命令行執(zhí)行
git config --global http.sslVerify false