2013年7月22日 星期一

error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://code.google.com @ Ubuntu 12.04

最近在 Linux on Android 環境下,用 git 取東西時,發現了這個現象:
error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://code.google.com/p/xxxxx/info/refs
解法:
$ export GIT_SSL_NO_VERIFY=1
如此再接著用 git clone 或 git submodule update --init --recursive 就能搞定 :P (但處理的過程其實不好 XD 算閉眼不管這個問題)

沒有留言:

張貼留言