这两天在安装一脚本的时候wget下载总是出现ERROR: The certificate of `github.com' is not trusted.的错误提示,这是提示你该网站的证书不被信任。
解决办法:
CentOS系统
yum install -y ca-certificates
Debian/Ubuntu系统
apt-get install -y ca-certificates
这两天在安装一脚本的时候wget下载总是出现ERROR: The certificate of `github.com' is not trusted.的错误提示,这是提示你该网站的证书不被信任。
解决办法:
yum install -y ca-certificates
apt-get install -y ca-certificates
本文标题:ERROR: The certificate of `xxxxx
本文链接:https://www.haomeiwen.com/subject/dhqnqctx.html
网友评论