views:

13

answers:

0

Hi, I'm trying to install Abingo for my Rails application which seems can only be installed as a plugin, but it consistently fails silently with just an empty folder created.

I've installed plugins in the past (although not on this app, with another in my InstantRails folder), but for some reason today nothing is installing at all, and installing, deleting and retrying (as well as --forcing it) doesn't yield anything else other than an empty folder in the vendor/plugins path named after the plugin.

I'm on Windows Vista, have Git installed and have tried all of the tricks I can find including all variants with git://, http:// (fails with a "plugin cannot be found" error) and trailing ".git/" slashes.

I've not changed anything with my Git install, but some settings may have mysteriously changed themselves (not sure how to check), and I recently bought anti-virus software (I was of the opinion this wouldn't affect Github access), which might be blocking the connection.

Any thoughts?

Thanks