Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Verity Stothard
Verity Stothard
12,243 Points

Need help installing git on Mac OS X version 10.7.5

I am working on the Git Basics course and am having problems installing Git on my Mac. I have a Mac OS X version 10.7.5, which is not compatible with the available version of XCode (needs to be 10.10 or later), that was recommended by Michael Hulet here: https://teamtreehouse.com/community/where-on-my-mac-is-the-git-program. Is there is anything I can do to combat this so I can still use git on my current Mac? Thanks, V.

1 Answer

Hi Verity,

There's a common issue with git and 10.7.5. It's likely that your OS version and the git version you're trying to install are incompatible. There are three ways to tackle it:

  1. Upgrade your OS to the latest version, then install git
  2. Install a version of git that's compatible with your 10.7.5 OS (I think this is the vesion you need: https://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.8.4.2-intel-universal-snow-leopard.dmg&can=2&q=)
  3. Use Homebrew to choose and install a version (http://brew.sh/)

try any or all of those. Good luck!