cd /etc/yum.repos.d/ mv CentOS-Base.repo CentOS-Base.repo.back // 如果是阿里云服务器,可以使用内网域名,centos7 的repo名称为 Centos-7.repo wget -O CentOS-Base.repo http://mirrors.aliyuncs.com/repo/Centos-6.repo // 如果不是阿里云服务器,使用公网域名 , centos7 的repo名称为 Centos-7.repo wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo yum makecache原文链接:https://www.f2er.com/centos/378736.html