centos5.10下安装gitlab-shell出现错误?

发布于 2021-11-17 14:38:46 字数 799 浏览 917 评论 3

我在centos5.10系统下安装gitlab环境在安装到gitlab-shell时执行./bin/install时出错这样的错误,谁碰到过帮我解释下这个命令

find /home/git/repositories -type d -print0 | xargs -0 chmod g+s:

错误的原因

[root@uhzf006663 gitlab-shell]# sudo -u git -H ./bin/install
mkdir -p /home/git/repositories: true
mkdir -p /home/git/.ssh: true
chmod 700 /home/git/.ssh: true
touch /home/git/.ssh/authorized_keys: true
chmod 600 /home/git/.ssh/authorized_keys: true
chmod -R ug+rwX,o-rwx /home/git/repositories: true
(No info could be read for "-p": geteuid()=501 but you should be root.)
chmod: 无法访问 “Binary file (standard input) matchesn”: 没有那个文件或目录
find /home/git/repositories -type d -print0 | xargs -0 chmod g+s: false

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

无人问我粥可暖 2021-11-21 00:09:30

你这个一键安装又没有教程的? 只要执行程序 ./gitlab.sh 就可以了吗?

野心澎湃 2021-11-19 17:52:19

是的

终陌 2021-11-19 08:30:55

可以试试我的改写的一个一键安装脚本,支持centos6.3 gitlab6.1

https://github.com/byszhao/gitlab-installer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文