I had same problem two days ago, and finally I figured it out my problem. I have window xp too.
step 1) download and install git. step 2) use gitbash to setup SSH, it will generate a publich key and you have to register this publish key in github.com with your email account. then you will have secured connection when you install those plugin. step 3) in gitblash, script/install plugin git://github.com/bla/bla/bla.git. Tommy On Feb 28, 1:40 pm, Romero <[email protected]> wrote: > On 27 фев, 17:44, amacgregor <[email protected]> wrote: > > > Hi Marc, > > > I'm having the same problem where you able to find a solution ? > > > On Feb 24, 4:30 pm, Marc Luzietti <[email protected]> wrote: > > I had the same problem with acts_as_list and acts_as_tree plugins. > i actually broke my head on it!!!!! > > finally i solved it by manually installing plugins in /"my project's > folder"/vendor/plugins > > just download yourpluginfrom github (i did it from here) as a source > code archive and unzip it where i told you :) so you'll ges smth like: > ....\vendor\plugins\rails-acts_as_list-8771a63\*some > files* > rails will automatically load it when runs! :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

