Posted on 2015/04/24 by elleryqgit server certificate verification failed. git 在 clone 時遇到 server certificate verification failed ,解決方法有三種: 不要自己簽發 SSL 憑證,花錢。 git config –global http.sslverify false export GIT_SSL_NO_VERIFY=1 參考自:server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none – Stack Overflow