Rake 中止错误 - 无法安装捆绑器 - 安装 GitLab 时

Rake Aborted Error - Can't install bundler - When install GitLab

我正在尝试在我的虚拟机中安装 gitLab 服务器,当我执行命令时:sudo -u git -H bundle install --deployment --without development test mysql aws,我得到了这个:

Some gems seem to be missing from your vendor/cache directory. Could not find rake-10.3.2 in any of the sources

我的 gem 来源是:

root@ubuntu:/home/git/gitlab# gem sources -l
*** CURRENT SOURCES ***

https://ruby.taobao.org/
https://rubygems.org/

当我 运行 gem install rake-10.3.2 时,我得到了这个:

ERROR: Could not find a valid gem 'rake-10.3.2' (>= 0) in any repository

如何解决这个问题?

尝试使用此命令安装 rake

gem install rake -v 10.3.2

做一件事。删除你的 Gemfile.lock

和运行命令:

 bundle install