Centos7添加清华Gitlab源

新建/etc/yum.repos.d/gitlab-ce.repo

[gitlab-ce]
name=Gitlab CE Repository
baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el$releasever/
gpgcheck=0
enabled=1

安装

yum makecahe
yum install -y gitlab-ce

你可能感兴趣的:(Centos7添加清华Gitlab源)