Android Git遇到的问题

1.SSL证书问题:无法获得本地发行者证书

Windows 系统git提交到github时,会报以下这样的错误

Failed with error: unable to access ‘https://github.com/github5210zk/Baidu-Map.git/‘: SSL certificate problem: unable to get local issuer certificate

解决方法:
通过直接关闭SSL证书校验的方法进行提交即可:git config –global http.sslVerify false

猜你喜欢

转载自blog.csdn.net/m0_37711172/article/details/80059529