阿里云鏡像源地址及安裝網(wǎng)站地址
https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.3e221b111kK44P
更新源之前把之前的國(guó)外的鏡像先備份一下
切換到y(tǒng)um
cd /etc/yum.repos.d/
安裝wget
yum install -y wget
再進(jìn)行備份
mv CentOS-Base.repo CentOS-Base.repo.bak
更新阿里云鏡像源命令
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
阿里云鏡像源