I know that this question may not be here, but think that most of you using RoR deal with Git. I run a MAC OS X 10.5.8, and want to install Git running on my machine. But, I didn''t find this version of my MAC OS X here: Hi, http://code.google.com/p/git-osx-installer/downloads/list Any ideas on getting Git working on my MAC? Thanks. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 July 2010 15:46, Abder-Rahman Ali <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I know that this question may not be here, but think that most of you > using RoR deal with Git. > > I run a MAC OS X 10.5.8, and want to install Git running on my machine. > But, I didn''t find this version of my MAC OS X here: Hi, > > http://code.google.com/p/git-osx-installer/downloads/list > > Any ideas on getting Git working on my MAC? >Personally I install all my Linuxy software through Homebrew - http://github.com/mxcl/homebrew - install homebrew using (from the github page): ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)" Then you can install Git using: brew install git Cheers, Andy -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Abder-Rahman Ali wrote:> I know that this question may not be here, but think that most of you > using RoR deal with Git. > > I run a MAC OS X 10.5.8, and want to install Git running on my machine. > But, I didn''t find this version of my MAC OS X here: Hi, > > http://code.google.com/p/git-osx-installer/downloads/listHuh? There are lots of Leopard versions there. Pick one.> > Any ideas on getting Git working on my MAC? > > Thanks.Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
+1 for homebrew On Mon, Jul 19, 2010 at 9:58 AM, Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> Abder-Rahman Ali wrote: > > I know that this question may not be here, but think that most of you > > using RoR deal with Git. > > > > I run a MAC OS X 10.5.8, and want to install Git running on my machine. > > But, I didn''t find this version of my MAC OS X here: Hi, > > > > http://code.google.com/p/git-osx-installer/downloads/list > > Huh? There are lots of Leopard versions there. Pick one. > > > > > Any ideas on getting Git working on my MAC? > > > > Thanks. > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Not mine! 10.5.8 is not there. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Andy Jeffries wrote:> On 19 July 2010 15:46, Abder-Rahman Ali <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > >> I know that this question may not be here, but think that most of you >> using RoR deal with Git. >> >> I run a MAC OS X 10.5.8, and want to install Git running on my machine. >> But, I didn''t find this version of my MAC OS X here: Hi, >> >> http://code.google.com/p/git-osx-installer/downloads/list >> >> Any ideas on getting Git working on my MAC? >> > > Personally I install all my Linuxy software through Homebrew - > http://github.com/mxcl/homebrew - install homebrew using (from the > github > page): > > ruby -e "$(curl -fsS > http://gist.github.com/raw/323731/install_homebrew.rb)" > > Then you can install Git using: > > brew install git > > > Cheers, > > > > AndyThanks a lot Andy. After I installed Homeberew, and tried to run: brew install git, I got the following: -bash: brew: command not found What should I do? And, yes, after I get the login system done, I will move to get to check your: http://github.com/andyjeffries/andy_admin Thanks a lot. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Oh, Andy, I forgot to mention that after installing homebrew, I got the following: Warning: /usr/local/bin is not in your PATH. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> Not mine! 10.5.8 is not there.Did you ever try any of those listed? Does not http://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.7.1-intel-leopard.dmg&can=3&qwork for you? Regards, Rimantas -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I now added /usr/local/bin to my path as follows: export PATH=$PATH:/usr/local/bin http://www.how-to-linux.com/2010/04/how-to-add-usrlocalbin-to-your-path-on-centos/ But, when I run now: brew install git I get the following: -bash: /usr/local/bin/brew: /usr/bin/ruby: bad interpreter: No such file or directory -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 Jul 2010, at 17:34, Abder-Rahman Ali wrote:> Oh, Andy, I forgot to mention that after installing homebrew, I got > the > following: > > Warning: /usr/local/bin is not in your PATH.Well, you could have google''d what that warning means to start off with. Edit ~/.bash_login (only your user) or /etc/profile (all users) and add the following: export PATH="/usr/local/bin:/usr/local/sbin:$PATH" You will need to restart your terminal session for it to activate!!! Best regards Peter De Berdt -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 July 2010 16:38, Abder-Rahman Ali <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I now added /usr/local/bin to my path as follows: > > export PATH=$PATH:/usr/local/bin > > http://www.how-to-linux.com/2010/04/how-to-add-usrlocalbin-to-your-path-on-centos/Good job.> But, when I run now: brew install git > > I get the following: > > -bash: /usr/local/bin/brew: /usr/bin/ruby: bad interpreter: No such file > or directory >Wow! That is weird. Where is your Ruby? On Mac OS X Ruby is available by default at that location: $ which ruby /usr/bin/ruby Try running which ruby in a Terminal. Cheers, Andy -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Rimantas Liubertas wrote:>> Not mine! 10.5.8 is not there. > > Did you ever try any of those listed? > Does not > http://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.7.1-intel-leopard.dmg&can=3&q> work for you? > > Regards, > RimantasThanks Rimantas. I''ll check Andy''s solution, if it works it would be nice. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I found that Ruby is in: /opt/local/bin/ruby Should I move it to /usr/local/bin ? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 Jul 2010, at 17:57, Abder-Rahman Ali wrote:> I found that Ruby is in: /opt/local/bin/ruby > > Should I move it to /usr/local/bin ?Sounds to me like you have installed MacPorts already. Why didn''t you just install git through macports too then? sudo port install git-core Best regards Peter De Berdt -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Peter De Berdt wrote:> On 19 Jul 2010, at 17:57, Abder-Rahman Ali wrote: > >> I found that Ruby is in: /opt/local/bin/ruby >> >> Should I move it to /usr/local/bin ? > > Sounds to me like you have installed MacPorts already. Why didn''t you > just install git through macports too then? > > sudo port install git-core > > > > > Best regards > > Peter De BerdtOh, thanks Peter, what a nice solution that WORKED :-) Thanks a lot everyone for your replies. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.