Could not find rake-10.3.2 in any of the sources
Created by: andycoder7
I have just installed my gitlab server, and want to enjoy it. I create groups, projects, and add my ssh key, everything seems ok, but when I click the "Accept Merge Request" strange things happened: nothing changed. So I go to see the log from "githost.log":
October 29, 2014 10:15 -> ERROR -> Command failed [1]: /usr/bin/git --git-dir=/home/git/gitlab-satellites/test/testbyandy/.git --work-tree=/home/git/gitlab-satellites/test/testbyandy push origin develop remote: /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find rake-10.3.2 in any of the sources (Bundler::GemNotFound)[K remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/spec_set.rb:85:in `map!'[K remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/spec_set.rb:85:in `materialize'[K remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/definition.rb:132:in `specs'[K remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/definition.rb:177:in `specs_for'[K remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/definition.rb:166:in `requested_specs'[K remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/environment.rb:18:in `requested_specs'[K remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/runtime.rb:13:in `setup'[K remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler.rb:121:in `setup'[K remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/setup.rb:17:in `<top (required)>'[K remote: from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'[K remote: from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'[K To /home/git/repositories/test/testbyandy.git ! [remote rejected] develop -> develop (pre-receive hook declined) error: failed to push some refs to '/home/git/repositories/test/testbyandy.git'
what's that? I have install rake, here is:
$ rake --version rake, version 10.3.2 $ /usr/bin/env rake --version rake, version 10.3.2
what should I do next to fix it?