git-media icon indicating copy to clipboard operation
git-media copied to clipboard

Can't install git-media

Open NomNomCameron opened this issue 9 years ago • 1 comments

After installing per the directions of the README I get the following exception when I run git media status

WARN: Unresolved specs during Gem::Specification.reset:
      trollop (>= 0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
/Users/cameroncraig/.rvm/gems/ruby-2.2.2@global/gems/git-media-0.1.5/lib/git-media.rb:4:in `require': cannot load such file -- trollop (LoadError)

I've tried installing and uninstalling multiple times, all the gems install and build correctly when I go through the install process so I'm not sure what's going on

NomNomCameron avatar Apr 28 '15 00:04 NomNomCameron

I fixed this with including the dependencies that were complaining in my gemfile. This may be an rvm issue? Not sure...

NomNomCameron avatar Apr 28 '15 01:04 NomNomCameron