Content
You are here:
Reporting Engine Plugin fails to install - OPv4.1.3
Added by Mike Lewis over 9 years ago
Updated my Gemfile.plugins with the new format for specifying branch information (e.g. :branch => 'stable/4.1'
). Upon executing bundle install
, most of the plugins installed, however, I get the following error on the reporting engine plugin:
Updating https://github.com/finnlabs/reporting_engine.git fatal: ambiguous argument 'stable/4.1': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' Git error: command `git rev-parse stable/4.1` in directory /home/op-dev/.rvm/gems/ruby-2.1.5/cache/bundler/git/reporting_engine-73783d27bb63905a4bae5208d2fa2e107dfa1b4a has failed. If this error persists you could try removing the cache directory '/home/op-dev/.rvm/gems/ruby-2.1.5/cache/bundler/git/reporting_engine-73783d27bb63905a4bae5208d2fa2e107dfa1b4a'
… Help please? I can do without this plugin for the time being, I am simply doing a dry run of upgrading 4.0.9 to 4.1.3 to see where the problem areas are before I upgrade the actual production server, at which time I will need a working solution.
Or is this a problem with the plugin repository that needs to be fixed?
Thanks,
Mike
Replies (1)
Hi Mike,
the reporting engine does not have a branch
stable/4.1
. Please use the branchdev
or even better the tagv1.0.1
.Best,
Jonas