解决"ERROR: The certificate of `github.com’ is not trust - Assbbs

解决"ERROR: The certificate of github.com’ is not trusted."问题 解决办法:  --no-check-certificate  我们可以直接在wget后面加上脚本即可。 或者我们可以:   apt-get install ca…

解决"ERROR: The certificate of github.com’ is not trusted."问题 解决办法:  --no-check-certificate  我们可以直接在wget后面加上脚本即可。 或者我们可以:   apt-get install ca-certificates -y  Debian/Ubuntu  yum install ca-certificates -y   CentOS 安装完毕之后应该是可以不用上面脚本直接可以wget。