nothing happens. The command exit without any comment, and nothing is
installed. I have installed various plugins from the old svn
respositories without any problem. It seems to be an issue with git
(I've tried many git plugins, and it behaves always like that). Any
ideas?
Somehow, your question solves the puzzle: None of my gems binaries
(rails, spec, git, etc...) are in the path, that's the problem. It's
weird. I will try to fix that up and see.
I actually meant the git application itself rather than the gems.
If you are on Ubuntu or similar did you remember to 'sudo install'
when installing gems, otherwise it will put them in a home directory.
If so then I believe you can just delete (or rename initially) that
directory and re-install them with sudo. I keep forgetting to do that
that myself.
I am having what I think is a similar (path-related) issue.
when I try to install a plugin from a git repository I get:
ruby script/plugin install git://github.com/thoughtbot/paperclip.git
Initialized empty Git repository in /path/to/my/project/vendor/plugins/
paperclip/.git/
fatal: bad revision 'HEAD'
refusing to pull with rebase: your working tree is not up-to-date