kingschan1204 / blog

个人技术blog
https://github.com/kingschan1204/blog/issues
1 stars 1 forks source link

centos7 yum cannot find a valid baseurl #14

Open kingschan1204 opened 6 years ago

kingschan1204 commented 6 years ago

今天下载了一个contos7 dvd .iso 在安装时选择了计算节点 ,当系统安装完成之后,发现用yum命令的时候报错 提示:cannot find a valid baseurl for repo

yum-error

解决方案

1.打开 vi /etc/resolv.conf

  1. 增加 nameserver 8.8.8.8 3.重启网络: service network restart