Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again解决方案
Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again解决方案
·
linux使用yum install软件时,出现Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again错误,如下:
原因
https证书认证错误,表现为无法访问https的网址,我这里是因为使用的虚拟机,虚拟机时间和真实时间不匹配,导致https证书认证错误
解决方案
只要同步一下时间就可以了
yum --disablerepo=epel -y install ntp ntpdate
ntpdate cn.pool.ntp.org
yum makecache
效果

完美解决
昇腾计算产业是基于昇腾系列(HUAWEI Ascend)处理器和基础软件构建的全栈 AI计算基础设施、行业应用及服务,https://devpress.csdn.net/organization/setting/general/146749包括昇腾系列处理器、系列硬件、CANN、AI计算框架、应用使能、开发工具链、管理运维工具、行业应用及服务等全产业链
更多推荐


所有评论(0)