问题原因
国内网络不能访问外网,所以需要将mirrorlist.centos.org替换为国内可以访问的镜像源(替换为阿里云):
问题解决
1.镜像源替换
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo2.清除yum缓存
yum clean all3.重新生成缓存
yum makecache
国内网络不能访问外网,所以需要将mirrorlist.centos.org替换为国内可以访问的镜像源(替换为阿里云):
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repoyum clean allyum makecache