error setting certificate verify
2016-05-12 本文已影响72人
Thresh0ld
Push failed: Failed with error: fatal: unable to access 'https://github.com/wind0ws/ApkFixDemo.git/': error setting certificate verify locations:
出现这个错误的时候,打开git-bash
在命令行中敲 git config --global http.sslverify "false"

这样就可以提交了
