centos5.10下安装gitlab-shell出现错误?
我在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你这个一键安装又没有教程的? 只要执行程序 ./gitlab.sh 就可以了吗?
是的
可以试试我的改写的一个一键安装脚本,支持centos6.3 gitlab6.1
https://github.com/byszhao/gitlab-installer