一、安装 GitLab当前版本为 8.8.5准备安装环境curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash安装GitLab# –nogpgcheck 防止因没有签名导致无法安装的问题sudo yum install gitlab-ce-8.8.5-ce.1.el7.x86_64 –nogpgcheck配置GitLab# 执行结束浏览器中输入本机IP地址即可正常访问sudo gitlab-ctl reconfigure二、汉化 GitLab安装Gityum install -y git下载汉化包# 下载 8-8-zh 分支git clone https://gitlab.com/larryli/gitlab.git -b 8-8-zh# 进入目录cd gitlab停止GitLab服务gitlab-ctl stop参考链接GitLab下载汉化下载