Netts-MacBook:repos Anette$ git config --global core.askpass
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Why do I get this error message, and how do I fix it?
Is that the error if you simply run?
git
Installing/reinstalling the command line tools on your Mac should fix this
xcode-select --install
That worked perfectly, thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.