当前位置: 代码迷 >> 综合 >> Centos7 yum 出现could not retrieve mirrorlist 最终解决方案
  详细解决方案

Centos7 yum 出现could not retrieve mirrorlist 最终解决方案

热度:78   发布时间:2023-11-06 10:57:03.0

  在尝试过很多方法不管用之后,下面是终极解决方案,需要root用户或者sudo执行

      1.   $ sudo vi /etc/sysconfig/network-scripts/ifcfg-ens33 

  2.   将ONBOOT改为yes,wq!保存退出

       3.    重新启动网络

           $ service network restart
 

  相关解决方案