Fix - Git Not Working After Ventura Update On Mac

If you are facing issues with git after updating to ventura on mac, then you can try the following steps to fix it.

Specifically, if you are getting the following error:

missing xcrun at: /library/developer/commandlinetools/usr/bin/xcrun

Then you can try the following steps to fix it:

Go to : https://developer.apple.com/download/all/?q=xcode

Install : Command Line Tools for Xcode 14.3

And then try running git commands again. It should work now.

Hope it helps.

Back To All Blogs