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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -