centos6.8下安装完EPEL源,然后更新yum缓存, 出现这样的错误:
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
运行date命令发现系统时间不对,同步下时间就OK。
yum install ntpd -y
service ntpd start
chkconfig --level 2345 ntpd on
centos6.8下安装完EPEL源,然后更新yum缓存, 出现这样的错误:
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
运行date命令发现系统时间不对,同步下时间就OK。
yum install ntpd -y
service ntpd start
chkconfig --level 2345 ntpd on