在VMWare上安装好centos后,使用yum安装nodejs报错:can not resolve host 'mirritlist.centos.org',
百度上很多都说在/etc/resolv.conf文件末尾添加nameserver 8.8.8.8 nameserver 8.8.4.4 serchdomain localdomain,然并卵。
其实只要重启一下eth0网络适配器就可以了,它会自动连接网络的。
ifdown eth0
ifup eth0
在VMWare上安装好centos后,使用yum安装nodejs报错:can not resolve host 'mirritlist.centos.org',
百度上很多都说在/etc/resolv.conf文件末尾添加nameserver 8.8.8.8 nameserver 8.8.4.4 serchdomain localdomain,然并卵。
其实只要重启一下eth0网络适配器就可以了,它会自动连接网络的。
ifdown eth0
ifup eth0
转载于:https://www.cnblogs.com/davidpan/p/5855531.html