我想更新安装了Red Hat Enterprise Linux 8.5的GCP示例。尝试"sudo dnf check-update"时收到错误:
Error: Failed to download metadata for repo 'rhui-codeready-builder-for-rhel-8-x86_64-rhui-debug-rpms': Cannot
下载报告格式文件:无法下载报告数据/报告对象. xml:所有镜子都试过了
如果我尝试"curl-I https://cds.rhel.updates.googlecloud.com",我会得到响应:
HTTP/1.1 200 Connection established
curl: (60) SSL certificate problem: self signed certificate in certificate chain
你有什么建议如何使它工作?
1条答案
按热度按时间7gcisfzg1#
Error: Failed to download metadata for repo 'rhui-codeready-builder-for-rhel-8-x86_64-rhui-debug-rpms': Cannot
上述错误可能是由多种原因导致的:
与rhel repo的网络连接许可证问题临时故障
我们可以排除网络连接问题,因为您可以滚动repo网址。如果您使用自己的许可证,请检查您的许可证是否有效;如果您使用的是google repos,请尝试禁用repo,然后再次启用它,然后运行update命令
dnf --禁用存储库="*”--启用存储库=“谷歌计算引擎”安装谷歌rhui客户端rhel 8
dnf更新
如果您在gcp环境中使用任何代理,请尝试检查必要的configs是否可用。