背景
没什么,就是老师让搭建一个git服务器,然后想到以后可能会经常用,就留个脚本方便点。
流程
- 建立一个新的git用户
- 建立git仓库
- 配置好git的登陆权限
- 配置好文件读取权限
脚本
1 | SetGit.sh |
在最后,贴入所需要使用git的人的公钥即可。
使用git仓库
$git clone git@hostname:example.git .
没什么,就是老师让搭建一个git服务器,然后想到以后可能会经常用,就留个脚本方便点。
1 | SetGit.sh |
在最后,贴入所需要使用git的人的公钥即可。
使用git仓库
$git clone git@hostname:example.git .