我刚刚开始更新 Gentoo 服务器上的 Gitlab (4.2 > 5.0)。对于新版本 Gitlab,需要使用 Ruby 和用户“git”。
# check ruby version for git user ( 1.9 required!! )
# gitlab shell requires system ruby 1.9
(https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/4.2-to-5.0.md)
我已经安装了 Ruby,如果我执行
ruby -v
使用 root 用户,它工作正常
ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]
但是当我以 git 登录时
bash: ruby: Command not found
如何让 git 用户可以使用 ruby?