解决Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again错误 发表于 2022-12-12 更新于 2026-03-03 分类于 技术分享 将epel源文件中的https转为http。 epel也正好支持http+https两种方式。 1sed -i 's#https://#http://#g' /etc/yum.repos.d/epel*repo 问题解决了。