centos7搭建gitlab仓库

在有一些企业里会搭建属于自己的代码仓库,只能内网访问,所以说今天在centos7中搭建了一个gitlab仓库,大家也可以搭建一个玩一玩。呵呵 1.首先安装依赖软件包和开启ssh服务: 1 sudo yum install -y curl policycoreutils-python openssh-server 2 sudo systemctl enable sshd 3 sudo systemc
相关文章
相关标签/搜索