CentOS:yum报错“Could not resolve host: mirrorlist.centos.org; Unknown error“解决办法(2024有效)

最近在学Docker容器,需要配置Vmware+CentOS环境,在其过程中需要安装yum的一个工具包:

yum install -y yum-utils

发生报错:

Loaded plugins: fastestmirror
Determining fastest mirrors
Could not retrieve mirrorlist http://mirrorlist.centos.org?arch=x86_64&release=7&repo=sclo-rh error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the

你可能感兴趣的:(Java开发,centos,linux,运维,docker)