centos下安装完EPEL源, 然后更新一下yum缓存, 如果发现这样的错误:
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
这就表明需要更新CA证书了,那么只需要更新CA证书就可以,不过在此同时需要临时禁用epel源并更新就可以了,命令如下:
    
yum --disablerepo=epel -y update ca-certificates

相关文章:

  • 2021-08-18
  • 2022-01-08
  • 2022-12-23
  • 2021-06-01
猜你喜欢
  • 2021-08-28
  • 2021-11-10
  • 2021-09-14
  • 2021-09-06
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
相关资源
相似解决方案