无法为 repo 'jenkins' 同步缓存,忽略此 repo 错误

Failed to synchronize cache for repo 'jenkins', ignoring this repo error

我正在 redhat 版本 8 上安装 Jenkins,所以我 运行 按照 Jenkins 官方的建议在命令下 documentation

sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo

sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key

但是当我运行命令

yum install Jenkins

它显​​示错误,我的错误是这样的

Failed to synchronize cache for repo 'Jenkins', ignoring this repo

我已经安装了 java 8 .

我想说你的问题的关键部分是 Failed to synchronize cache for repo 'jenkins', ignoring this repo 错误。

根据我的测试,使用 yum 时下载的元数据大小约为 18kB,而不是屏幕截图中显示的 13kB,因此我认为问题可能出在网络连接或类似问题上。

我建议 运行 yum install --verbose jenkins 看看是否能说明为什么它无法同步回购缓存。

我的 yum 运行良好,因为我尝试了 yum install python3 它运行良好但对于 jenkins 它不起作用,因此您必须在下载后转到您的终端并下载 jenkins repo 运行 命令 rpm -ivh