项目场景:
用Android Stdio时push,出现error setting certificate verify locations: CAfile: e:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt CApath: none
问题描述:
error setting certificate verify locations: CAfile: e:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt CApath: none:
原因分析:
可能因为重装过系统
解决方案:
打开gitbash输入:
git config --system http.sslverify false