Could not resolve host: mirrorlist.centos.org; Unknown error"复制代码
缘由1:未设置DNScentos
解决方案:bash
# vi /etc/resolv.conf nameserver 8.8.8.8 nameserver 202.106.0.20 # service network restart复制代码
从新yum安装,正常spa
其它缘由请补充rest