SSL certificate problem: self signed certificate
Cloning into 'military-integrated'...
fatal: unable to access 'https://xxxxxx.com/xxx.git/': SSL certificate problem: self signed certificate
问题原因:没有正确的SSL证书
解决方法:
1、定义全局git repo
export GIT_SSL_NO_VERIFY=true
2、关闭SSL检查
git config --global http.sslVerify false