红联Linux门户
Linux帮助

CentOS yum错误:Cannot retrieve repository metadata

发布时间:2016-07-04 10:41:23来源:linux网站作者:zhang_xinxiu
在安装gitlab后再次使用yum install时总会报错,错误代码如下:
错误:Cannot retrieve repository metadata (repomd.xml) for repository: gitlab_gitlab-ce. Please verify its path and try again  
 
解决办法如下:
a.打开/etc/yum.repos.d/xxxxx.repo,对于本例来说就是/etc/yum.repost.d/xxx.repo
b.将项[xxx]中的enabled=1改为enabled=0
按照上面代码的提示,我的是gitlab_gitlab-ce报错,所以要将gitlab_gitlab-ce.repo的[gitlab_gitlab-ce]中的enabled=1改为enabled=0。
[root@web1 ~]# cd /etc/yum.repos.d  
[root@web1 yum.repos.d]# vim gitlab_gitlab-ce.repo
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22054.html