尝试在centos中执行以下命令时,出现以下错误。我想做的是在centos中安装jenkins。可以对此有所帮助。以下是我要执行的代码窃听器
[vagrant@testbox01 scripts]$ !su
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
--2019-02-22 06:31:53-- http://pkg.jenkins-ci.org/redhat/jenkins.repo
Resolving pkg.jenkins-ci.org (pkg.jenkins-ci.org)... 52.202.51.185
Connecting to pkg.jenkins-ci.org (pkg.jenkins-ci.org)|52.202.51.185|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2019-02-22 06:31:53 ERROR 403: Forbidden.
答案 0 :(得分:2)
作为一种解决方法,您可以仅创建文件/etc/yum.repos.d/jenkins.repo
而不是下载文件并将其放在内容下方。
[jenkins]
name=Jenkins
baseurl=http://pkg.jenkins.io/redhat
gpgcheck=1
然后您可以使用以下命令来安装jenkins:
rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key
yum install jenkins
您也可以this链接以获取更多信息。
答案 1 :(得分:1)
出于多种原因,您可能会在此请求中收到403。尝试为该资源尝试另一个Jenkins镜像,例如:
https://pkg.jenkins.io/redhat/jenkins.repo