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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -