git clone时出现"fatal: unable to access 'https://myrepo.git/': server certificate verification failed. CAfile: /my-certificate CRLfile: none"时如何处理?

答: $ export GIT_SSL_NO_VERIFY=1

原文地址:https://www.cnblogs.com/dakewei/p/12301496.html