Hi, I just installed Git on Mac OS X Yosemite using the official installer 
from Git's website.

The problem I have now is that whenever I attempt to execute git from 
Terminal, I have the exact same behavior that I had before installing Git: 
I get the error "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.", and a pop-up appears 
asking if I want to install the command line developer tools or get Xcode.

>From what I understand, the command line developer tools is an Apple 
package containing an alternate version of Git, even though I have the 
latest version already installed. I don't want Xcode on my machine either.

My path is: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin

My guess is that git from /usr/bin gets executed instead of the one under 
/usr/local/git/bin. What's the best way to solve this problem? Also, isn't 
it a bug that the installer does not work around this by default?

Thank you very much!

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to