ruby on rails - Rake Aborted Error - Can't install bundler - When install GitLab -
i trying install gitlab server in virtual machines, when execute command: sudo -u git -h bundle install --deployment --without development test mysql aws
, got this:
some gems seem missing vendor/cache directory. not find rake-10.3.2 in of sources
and gem source is:
root@ubuntu:/home/git/gitlab# gem sources -l *** current sources *** https://ruby.taobao.org/ https://rubygems.org/
when run gem install rake-10.3.2
, got this:
error: not find valid gem 'rake-10.3.2' (>= 0) in repository
how resolve problem?
try installing rake command
gem install rake -v 10.3.2
Comments
Post a Comment