How to install Git on Mac OS X (Leopard, Snow Leopard)
First you need 10 pounds of thermite, a magnesium ribbon… Wrong window.
It’s not science, or even computer science. This is what you do
- Peruse your way to http://code.google.com/p/git-osx-installer/
(Here’s a direct link to the latest Git OS X Installer. Uploaded of September 17th, 2009. V1.6.4.4… Good lord. I’ll let you know when version 5 comes out. I kid, I kid.) - Open it.
- Run the git-1.6.4.4-intel-leopard.pkg (A basic installer. Note: You’ll need administrative privileges.)
- Complete the Installation
- Open up a terminal
- Change directories to the mounted image
bash$ cd /Volumes/Git\ 1.6.4.4\ Intel\ Leopard/
bash$ ls
README.txt setup git PATH for non-terminal programs.sh
git-1.6.4.4-intel-leopard.pkg uninstall.sh
bash$ ./setup\ git\ PATH\ for\ non-terminal\ programs.sh
- Run the shell script (last line above)
- Change directories to the mounted image
Re-open your terminal (reset your session) and you’ll be good to go. Up and running with Git in no time!
Would like to extend a very heart thanks to the people over at the Google Code page. Specifically Tim Charper, whoever you are — thank you for your good work!
That’s it. There’s nothing else to do. You’re f$#%ing done.
Peace,
Bryan
Related reading
3 Responses to “How to install Git on Mac OS X (Leopard, Snow Leopard)”
Leave a Reply

Andrey on April 25th, 2010
hi…
That’s great post
It’s work on my computer
Thanks
tplatt on July 8th, 2010
Made it easy! Thank you!