vote up 3 vote down star

I've been trying to install Shoulda

script/plugin install git://github.com/thoughtbot/shoulda.git

but all I get is:

removing: C:/Documents and Settings/Danny/My Documents/Projects/Ruby On Rails/_ProjectName_/vendor/plugins/shoulda/.git
>

And the vender/plugins directory is empty. I have Rails 2.1.1 installed as a gem and have verified that 2.1.1 is loaded (using a puts inserted into config/boot.rb). Any ideas about what's going on?

(this is on a windows box)

flag

71% accept rate

2 Answers

vote up 5 vote down check

Do you have git installed? If you don't, it will just not work. Rails assumes git is installed and can be found in your PATH.

You can get Git for Windows here.

link|flag
That and a reboot did. Feel a bit stupid now, but thanks. – Daniel Beardsley Oct 24 '08 at 1:03
vote up 0 vote down

I have the same problem, already installed msygit and it's on my path. I get the following:

removing: C:/Martin/RailsProjects/ProjectName/vendor/plugins/validates_timeliness /.git

Initialized empty Git repository in C:/Martin/RailsProjects/ProjectName/vendor/plugins/validates_timeliness/.git/

github.com[0: 65.74.177.129]: errno=No such file or directory

fatal: unable to connect a socket (No such file or directory)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.