发布于 

cenos7.6 yum报错

Could not resolve host: mirrorlist.centos.org; 未知的错误

解决方案:更换镜像源

1
2
3
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
#或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo