win下通过git工具把android的源代码Git Clone到本地时报错。
I was presented with the following cryptic error:
error: error setting certificate verify locations:
CAfile: /bin/curl-ca-bundle.crt
CApath: none
while accessing URL(代码库的地址,如https:\\)
fatal: HTTP request failed
本地到Git bin目录下执行:
即可,主要是没有找到curl-ca-bundle.crt的文件,