1
we000 2017-10-09 10:56:53 +08:00
需要学习 Linux.
改文件权限, 让操作 git 的用户可以读(本地? ssh?) |
2
jinhan13789991 2017-10-09 10:59:54 +08:00
建议使用 docker 安装 gitlab。非常快速方便
|
3
lhc70000 2017-10-09 11:03:12 +08:00
如果不需要提供公开下载的话可以试试 gitolite
|
4
youyoumarco 2017-10-09 11:27:43 +08:00
可以用 gitlab 代替
|
5
Norie 2017-10-09 11:43:02 +08:00
chown -R git:git yourdir
|
6
zyq2280539 2017-10-09 11:50:57 +08:00
来来来使用 gogs,十分钟搞定 git 系统,全面兼容,要求配置非常低,比 gitlab 要求更低,树莓派都可以轻松跑起来
|
7
relaxchen 2017-10-09 16:26:02 +08:00
既然有人推荐了 GOGS,那我就推荐 Gitea 吧,搞事情
|
8
SimleCp OP @we000 权限, 如下, srv 显示 git, 但是用 ssh 登录 git 账户, ls -a 里面还是没有 srv 这个文件夹.
total 68 drwx------ 8 root root 4096 Oct 8 08:57 ./ drwxr-xr-x 23 root root 4096 Jul 26 00:47 ../ -rw------- 1 root root 2441 Oct 9 01:15 .bash_history -rw-r--r-- 1 root root 3106 Oct 7 02:08 .bashrc drwx------ 2 root root 4096 Jul 26 00:49 .cache/ drwx------ 2 root root 4096 Oct 7 01:53 .gnupg/ -rw------- 1 root root 244 Oct 7 03:00 .mysql_history -rw-r--r-- 1 root root 221 Oct 7 02:10 .profile drwxr-xr-x 3 git git 4096 Oct 8 08:39 srv/ |
10
SimleCp OP @jinhan13789991 内存只有 1g 自己搭个小服务器玩 没必要...
|