错误:unable to access 'https://github.com/': SSL certificate problem: unable to get local issuer certificate
这个问题是由于没有配置信任的服务器HTTPS验证。默认,curl被设为不信任任何CAS,就是说,它不信任任何服务器验证。
只需要执行下面命令就可以解决:文章来源:https://www.toymoban.com/news/detail-841425.html
git config --global http.sslVerify false
文章来源地址https://www.toymoban.com/news/detail-841425.html
到了这里,关于已解决unable to access ‘https://github.com/**‘: SSL certificate problem: unable to get的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!