Centos7添加清华Gitlab源
2018-06-12 本文已影响20人
挨踢的懒猫
新建/etc/yum.repos.d/gitlab-ce.repo<br />
[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