最近帮朋友搭建一个阿里云代码服务器。简单记录一下过程。
源码: rk3326
android 8.0
服务器: 阿里云
阿里云服务端: 简称 Server
管理端: Admin
客户端: client
1、首先在服务的新建git 用户
sudo adduser --system --shell /bin/sh --gecos 'git SCM user' --group --disabled-password --home /home/git git
这种方法是网上比较常见的方法,创建的是一个禁用密码的git用户
然后切换到git 用户下
$ sudo su git
$ git clone https://github.com/sitaramc/gitolite
$ ./gitolite/src/gitolite setup -pk /tmp/yourname.pub
Initialized empty Git repository in /home/git