美文网首页
ERROR: The certificate of `xxxxx

ERROR: The certificate of `xxxxx

作者: 拿破仑子呀 | 来源:发表于2019-06-24 09:59 被阅读0次

这两天在安装一脚本的时候wget下载总是出现ERROR: The certificate of `github.com' is not trusted.的错误提示,这是提示你该网站的证书不被信任。
解决办法:

CentOS系统

yum install -y ca-certificates

Debian/Ubuntu系统

apt-get install -y ca-certificates

相关文章

网友评论

      本文标题:ERROR: The certificate of `xxxxx

      本文链接:https://www.haomeiwen.com/subject/dhqnqctx.html