git output in Terminal weird
When I run "git show" the output has started to look weird.
Now here is the weird thing: I log in with ssh on another machine and do the same and the output there is fine:
The following might be of importance (though I am not certain): I just removed and reinstalled the command line tools for Xcode because I had this problem:
2022-07-31 10:21:36.210 xcodebuild[1455:2480904] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-07-31 10:21:36.210 xcodebuild[1455:2480904] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
These error messages appear when using several commands and they come with a timeout of sorts. So I ran
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Back to that output. It seems Terminal works fine. But output on my system where I reinstalled the command line tools isn't. What might be going on here?