CentOS 6.3 Instance Giving “Cannot retrieve
时间:2015-03-15 02:06 来源:linux.it.net.cn 作者:IT
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
下载了新的yum源,安装之后,但是没法更新,出现了下面的错误。os是centos6.5
Loaded plugins: fastestmirror, security
Determining fastest mirrors
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
解决办法:
sudo sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo
yum update
(责任编辑:IT)
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again 下载了新的yum源,安装之后,但是没法更新,出现了下面的错误。os是centos6.5 Loaded plugins: fastestmirror, security Determining fastest mirrors Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again 解决办法: sudo sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo yum update (责任编辑:IT) |