Install Git under OSX Mavericks
Posted
by
Jan Hancic
on Super User
See other posts from Super User
or by Jan Hancic
Published on 2013-10-27T19:22:18Z
Indexed on
2013/10/27
21:56 UTC
Read the original article
Hit count: 1098
I've just completed a fresh install of Mavericks. Then I went to git-scm.com and downloaded the Mac installer and installed Git from that.
Now whenever I go into the terminal and type git
I get this:
xcode-select: note: no developer tools were found at '/Applications/Xcode.app',
requesting install. Choose an option in the dialog to download the command line
developer tools.
I also this dialog:
The git installer installed git into /usr/local/git/bin
and I've added this to my PATH
but still no dice.
What am I doing wrong here? I don't want to install xcode just so I can use git.
© Super User or respective owner