Content
You are here:
backlog plugin installation failed - looking for a master branch but only dev is available
Added by Denis Lamotte about 11 years ago
Hi when i try to install the latest plugin with openstruct3 (the installation is working fine without the plugins), i got an error.
How can i change the branch from ‘master’ to ‘dev’ ?
Regards
bundle install
Updating https://github.com/finnlabs/openproject-backlogs.git
fatal: ambiguous argument ‘master’: unknown revision or path not in the working tree.
Use ‘—’ to separate paths from revisions, like this:
‘git […] — […]’
Git error: command `git rev-parse master` in directory
/Users/denislamotte/.rvm/gems/ruby-2.0.0-p247@openproject3/cache/bundler/git/openproject-backlogs-94a8c39e46cd39c13e39b90d15838cafdc47dd66 has failed.
If this error persists you could try removing the cache directory
Replies (2)
Hey Denis,
I am not sure if I know exactly what your setup is.
Have you included backlogs into your Gemfile.plugins file and does it reference the git repository directly? In that case your file should look like this:
hi Jens,
quite the same except for :branch => “dev” and now everything seems to work fine ;)
Thanks you