问题描述:
使用Git 进行代码获取、提交的时候,出现的错误提示。
Update failed
unable to access 'https://git.dev.............android.git/': error setting certificate verify locations:
CAfile: D:/Program Files/Git..........ssl/certs/ca-bundle.crt
CApath: none
解决方案:
找到C盘目录下的:
C:\ProgramData\Git\config ,添加下面两行,保存、搞定!
[http]
sslVerify = false
sslCAinfo = /bin/curl-ca-bundle.crt