CentOS 安装Gitolite 服务器

[jackluo@localhost .ssh]$ sudo groupadd git #创建 用户组
[jackluo@localhost .ssh]$ sudo adduser --system --shell /bin/bash --group git    #创建用户
[jackluo@localhost .ssh]$ sudo adduser -G  git ssh #把git 加入ssh 组

 

你可能感兴趣的:(centos)