On 19 July 2010 15:46, Abder-Rahman Ali <li...@ruby-forum.com> 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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to