Created
December 24, 2022 10:25
-
-
Save enqtran/d87bf2897b723b1fa16d52ff3eaefd6d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'git log' failed with code 1:'xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun' | |
'git status' failed with code 1:'xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun' | |
=> Fix : | |
- Open terminal | |
- Run: xcode-select --install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment