ruby on rails - Slash in branch name in Gemfile causing error -
i have in gemfile (using branch slash):
gem 'ice_cube', github: 'seejohnrun/ice_cube', branch: 'issues/50-from_ical'
which produces error:
$ bundle updating git://github.com/seejohnrun/ice_cube.git fatal: ambiguous argument 'issues/50-from_ical': unknown revision or path not in working tree. use '--' separate paths revisions, this: 'git <command> [<revision>...] -- [<file>...]' git error: command `git rev-parse issues/50-from_ical` in directory /users/jp/.rvm/gems/ruby-2.0.0-p0@example/cache/bundler/git/ice_cube-63812451ddbe2391df352dbcaee4a6cf04a9f746 has failed. if error persists try removing cache directory '/users/jp/.rvm/gems/ruby-2.0.0-p0@example/cache/bundler/git/ice_cube-63812451ddbe2391df352dbcaee4a6cf04a9f746'
other branches (without slashes) work. know how around this? thanks!
are sure issue /
? checked referenced repo , there no public branch issues/50-from_ical
.
i believe problem branch doesn't exist @ all.
Comments
Post a Comment