Jump to content

git issues on Mac OS X after upgrade


Cowboy Denny

306 views

My MacBook Pro got updated to MacOS Monterey (12.2.1) and since then, I can't use git at all.  When I run git I get this

USDETMNBSJEMD6R:~ iSupport$ git
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

So in reading about others having this issue they just run 

USDETMNBSJEMD6R:~ iSupport$ xcode-select --install
xcode-select: note: install requested for command line developer tools

This popped open a window showing the install (which isn't a fast install at all)

xtools_install_window.png.287084cbc33d5071a480e05429b050ee.png

Eventually it will give you a pop up like the one shown below that states the software is installed.

xtools_install_done.png.f85bc42251defd25f66aa018570a8e14.png

For my own sanity I just check version to see if the command git will work now and it does

USDETMNBSJEMD6R:~ iSupport$ git --version
git version 2.30.1 (Apple Git-130)

0 Comments


Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...