实测部分物理服务器ssh执行 wget 失败原因可能以为服务器内没有yun或者需要更新yun
失败代码 yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
方法
一、直接替换成阿里云的yum源的方法
下载阿里云的yum源并替换(如果执行无效,手动下载后上传文件到 /etc/yum.repos.d/ 需要使用SFTP连接你的服务器上传)
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
生成新的yum缓存(下面的依次执行)
yum clean all
yum makecache
没有回复内容