Search code examples
gitcodaosx-mountain-lion

Coda 2 Mountain Lion git


I just upgraded to the new OS X Mountain Lion and git is not working anymore in Coda 2. It works ok in the Xcode and in the Source Tree (git GUI client I am using).

I updated git to the latest version, but it did not solve my problem.

Terminal:

git --version
git version 1.7.11.3
which git
/usr/local/bin/git

So the version of git is the one I updated for and the path for the git is correct (this path is used for Coda 2 in settings as well).

In the Coda 2 in the site settings SourceControl switch is OFF. When I turn in ON save and open setting window again it will be OFF.

Can anyone help?

Thank you.


Solution

  • I did it. Now it's working. All you need to do is to install Command Line Tools in Xcode (you can do that in Xcode preferences). Hooray.