bundle install error related to gollum
Created by: websoftix
I have a gitlab installation from master branch on a Debian Squeeze which worked and today I pull-el last commits (HEAD at d75cb57f).
When I run the gitlab:check it told me to run 'bundle install', which I did and I get the following error:
fatal: Could not parse object '544d499ab170c9d9b355b7a0160afc74139ee2a4'.
Git error: command git reset --hard 544d499ab170c9d9b355b7a0160afc74139ee2a4
in directory
/home/git/gitlab/vendor/bundle/ruby/1.9.1/bundler/gems/gollum-544d499ab170 has failed.
If this error persists you could try removing the cache directory
'/home/git/gitlab/vendor/bundle/ruby/1.9.1/cache/bundler/git/gollum-39112b9f48f5441e5de3d9eb81a76cdff9303160'
I removed the cache folder and tried again, the same result.
I looked into the Gemfile.lock and saw that the repository points to https://github.com/github/gollum. When I've gone to github I saw that the repo was moved yesterday (March 14) to https://github.com/gollum/gollum but I'm not sure this is related.