Git Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Git =Missing xcrum after Mojave Upgrade= git xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcru...") |
|||
Line 11: | Line 11: | ||
xcode-select --install | xcode-select --install | ||
=Files Missing from Repository and Not Being Tracked= | |||
{{Internal|Git_Problems#Files_Missing_from_Repository_and_Not_Being_Tracked|Files Missing from Repository and Not Being Tracked}} |
Latest revision as of 07:13, 6 September 2021
Internal
Missing xcrum after Mojave Upgrade
git xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Solution:
xcode-select --install