git clone 时出现的ssl证书问题
错误显示:
XML/HTML代码
- fatal: unable to access ‘https://github.com/subying/jsbook.git/‘: SSL certificate problem: unable to get local issuer certificate
提示SSL证书错误。这个错误并不重要是系统证书的问题,系统判断到这个行为会造成不良影响,所以进行了阻止,只要设置跳过SSL证书验证就可以了
解决方法:
输入命令:
git config --global http.sslVerify false