这篇文章上次修改于 455 天前,可能其部分内容已经发生变化,如有疑问可询问作者。
问题
fatal: unable to access 'https://github.com/': error setting certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none
解决
git config --global http.sslverify "false"
这篇文章上次修改于 455 天前,可能其部分内容已经发生变化,如有疑问可询问作者。
fatal: unable to access 'https://github.com/': error setting certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none
git config --global http.sslverify "false"
没有评论