I followed the install instruction to install backgroundrb from http://backgroundrb.rubyforge.org/. But when running "git clone git://github.com/gnufied/backgroundrb.git" command, I got the error of no such command git. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Is Git installed? On Jan 9, 9:02 pm, Zhao Yi <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I followed the install instruction to install backgroundrb fromhttp://backgroundrb.rubyforge.org/. But when running "git clone > git://github.com/gnufied/backgroundrb.git" command, I got the error of > no such command git. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
John Yerhot wrote:> Is Git installed?yes, I have installed git: gem list -d git *** LOCAL GEMS *** git (1.0.5) Author: Scott Chacon Installed at: d:/ruby/lib/ruby/gems/1.8 A package for using Git in Ruby code. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Zhao Yi wrote:> John Yerhot wrote: >> Is Git installed? > > yes, I have installed git: > > gem list -d git > > *** LOCAL GEMS *** > > git (1.0.5) > Author: Scott Chacon > Installed at: d:/ruby/lib/ruby/gems/1.8 > > A package for using Git in Ruby code.That would appear to be the ruby interface to git. You need to have the compiled git application installed as well. I''m not sure about where to get git for windows, but i''m sure google will know. Matt --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Matt Harrison wrote:> Zhao Yi wrote: >> Author: Scott Chacon >> Installed at: d:/ruby/lib/ruby/gems/1.8 >> >> A package for using Git in Ruby code. > > That would appear to be the ruby interface to git. You need to have the > compiled git application installed as well. I''m not sure about where to > get git for windows, but i''m sure google will know. > > MattCan I use vnc instead? I have checked out the code of backgroundrb by vnc. How can I install it? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Zhao Yi wrote:> Matt Harrison wrote: >> Zhao Yi wrote: >>> Author: Scott Chacon >>> Installed at: d:/ruby/lib/ruby/gems/1.8 >>> >>> A package for using Git in Ruby code. >> That would appear to be the ruby interface to git. You need to have the >> compiled git application installed as well. I''m not sure about where to >> get git for windows, but i''m sure google will know. >> >> Matt > > Can I use vnc instead? I have checked out the code of backgroundrb by > vnc. How can I install it?Do you mean svn? As far as I know, vnc is a remote desktop control tool, not a source control tool. If you used svn to checkout backgroundrb, then just follow the instructions starting from "Configuration": http://backgroundrb.rubyforge.org/ HTH Matt --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
yes I mean svn. thanks I installed it successfully. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---