我使用的是centOS 6.4。
当我在终端窗口中使用"yum update“时,我得到了这个错误。
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base有没有其他的镜像可以升级?
发布于 2014-09-09 18:40:17
您似乎遇到了DNS解析问题
要检查这一点,请运行以下命令:
nslookup mirrorlist.centos.org
如果您没有得到应答的IP,则说明您的/etc/resolv.conf配置不正确
https://stackoverflow.com/questions/21570925
复制相似问题