Search code examples
macos-sierra

MacOS Sierra broke my git, oh noes - Applicable to Sierra, High Sierra, and Mojave


I upgraded to MacOS Sierra today and went to my repo like normal but none of the git commands work, in fact my machine doesn't recognize that I have git installed. help?

I found this article but it seems a little elaborate.


Solution

  • All that is a little elaborate, for many cases all you need to do is reinstall xcode developer tools.

    Open Terminal or iTerm and Run this:

    xcode-select --install