先做好备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
替换源文件
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
或者使用wget都可以
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
更新缓存
清理yum缓存 : yum clean all
将服务器软件包信息缓存至本地,提高搜索安装效率 : yum makecache
国内其他开源软件镜像站
搜狐:http://mirrors.sohu.com/
网易:http://mirrors.163.com/
北京交通大学:http://mirror.bjtu.edu.cn
http://debian.bjtu.edu.cn (IPv4+IPv6)
兰州大学:http://mirror.lzu.edu.cn/
厦门大学:http://mirrors.xmu.edu.cn/
清华大学:http://mirrors.tuna.tsinghua.edu.cn/
中国科学技术大学:http://mirrors.ustc.edu.cn/
东北大学:http://mirror.neu.edu.cn/
评论区