SSL certificate problem: self signed certificate in certificate chain

fatal: unable to access 'https://github.com/apache/incubator-doris.git/': SSL certificate problem: self signed certificate in certificate chain
Solution:
git config --global http.sslVerify false

原文地址:https://www.cnblogs.com/stdpain/p/13811014.html