centos 7.1 - error repository

前端 未结 9 2160
失恋的感觉
失恋的感觉 2021-01-31 21:26

Hello I have download the minimal release of CENTOS 7 at this url link download ISO centos 7.x

All work correctly...the PING and the network is OK. I ping to external HO

9条回答
  •  面向向阳花
    2021-01-31 21:53

    I landed here because I had added a bad mirror for a different dependency (passenger, for a Rails app), and solved this problem by just deleting the bad mirror:

    rm /etc/yum.repos.d/YOUR-BAD-DEPENDENCY-NAME.repo

    e.g.

    rm /etc/yum.repos.d/passenger.repo

提交回复
热议问题