我在我的服务器上安装了Gitlab
,
按git
sudo adduser --disabled-login --gecos 'GitLab' git
所以教程告诉我应该运行``
我使用其他用户帐户来运行这些命令,
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
但它提出了这些错误
Could not find rake-10.2.2 in any of the sources
Run `bundle install` to install missing gems.
我执行su git
到git
而不是那些命令,然后在命令的开头运行那些没有sudo -u git -H
的命令。