- 首先打开系统原来的
/etc/apt/sources.list查看,原来的仓库地址是 https 还是 http - 如果是
http那么说明本机的 CA 证书有问题,运行命令sudo apt-get install apt-transport-https ca-certificates更新,这样就可以使用国内的 htpps 镜像源 - 如果是
http那么也可以选择使用 http 的国内镜像源 - 运行
sudo apt-get update来更新
相关文章:
/etc/apt/sources.list 查看,原来的仓库地址是 https 还是 httphttp那么说明本机的 CA 证书有问题,运行命令sudo apt-get install apt-transport-https ca-certificates 更新,这样就可以使用国内的 htpps 镜像源http 那么也可以选择使用 http 的国内镜像源sudo apt-get update 来更新相关文章: