Search This Blog

git not working after Mac OS upgrade

The problem: after upgrade to Catalina, got the error below when executing git command:
$ git push
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun






To fix it:
xcode-select --install

No comments:

Post a Comment