Can';t安装gitlab(在centos 6中)

Can';t安装gitlab(在centos 6中),centos,gitlab,yum,Centos,Gitlab,Yum,我尝试在CentOS 6.7(最终版)上安装gitlab ce。但是,失败了 我的环境 使用代理(在/etc/yum.conf中设置代理) 我的gitlab\u gitlab-ce.repo文件 (手动配置) 执行安装命令时,出现错误 yum -q makecache -y --disablerepo='*' --enablerepo='gitlab_gitlab-ce' https://packages.gitlab.com/gitlab/gitlab-ce/el/6/x86_64/repo

我尝试在CentOS 6.7(最终版)上安装gitlab ce。但是,失败了

我的环境

使用代理(在/etc/yum.conf中设置代理)

我的gitlab\u gitlab-ce.repo文件 (手动配置)

执行安装命令时,出现错误

yum -q makecache -y --disablerepo='*' --enablerepo='gitlab_gitlab-ce'

https://packages.gitlab.com/gitlab/gitlab-ce/el/6/x86_64/repodata/repomd.xml: [Errno 14] Peer cert cannot be verified or peer cert invalid
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: gitlab_gitlab-ce. Please verify its path and try again

我该怎么办?请帮帮我

首先检查系统的代理设置。 命令下方开火:

yum update 
如果无法工作,则在文件中设置代理:
/etc/yum.conf

然后检查。

手动设置此项是否有特定原因?安装脚本会为您执行此操作。
yum update