我正在尝试在我的 centos linux 服务器上安装 gitlab。我正在关注位于此处的教程:https ://gist.github.com/1601228
一切都很顺利,直到我到达这条线:adduser --system --shell /bin/sh --comment 'gitolite' --create-home --home-dir /home/git git
我的外壳只是返回这个:adduser: unrecognized option '--system'
我似乎无法找到如何启用该选项或为什么它不可用。
我在跑:
- CentOS 5.8 版(最终版)
- GNU bash,版本 3.2.25(1)-release (x86_64-redhat-linux-gnu)
如果我需要发布任何其他软件版本,请告诉我。
如何成功运行此命令或完成此命令在我当前版本的 centos/bash/etc 上执行的相同任务?