git报错:SSL certificate problem: unable to get local issuer certificate

原因:在windows系统中git没有获取到ssl证书

解决方案

输入以下命令:

git config --global http.sslBackend schannel

之后再执行操作就可以啦

另: 这里主要是因为windows安装git时,自动抓取ssl证书选项没有勾选才导致的。所以小伙伴们再安装时要注意哦。

评论

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×