unable to get local issuer certificate的解决办法

当我向git仓库推送代码的时候,系统报告如下错误:

fatal: unable to access 'htps://bitbucket.net/bitbucket/xxxxx.git/': SSL certificate problem: unable to get local issuer certificate

这是因为服务器的SSL证书没有经过第三方机构认证。我们可以使用以下命令来解决这个问题:

git config --global http.sslVerify false

更多详情请访问:IT-eyes

你可能感兴趣的:(Git,git,github)