git android 源码 ssl错误, 重新设置即可


标记:


在cygwin下

调用git clone https://android.googlesource.com/platform/development


会出现Cloning into development...
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify faile


fatal: HTTP request failed


解决方法是 

在cygwin中输入
git config --global http.sslVerify false

再次 调用git clone 即可

git android 源码 ssl错误, 重新设置即可_第1张图片

你可能感兴趣的:(android,server,ssl,git)