在公司自己搭建的gitlab下拉取代码总是报错 fatal: unable to access 'xxxxxxxx.git/': SSL certificate problem: Invalid certificate chain 后找到解决方案 if you use self generated ssl key, you can try this. git config --global http.sslVerify false