October 6, 2020
Fixing an Update Issue of Command Line Tools on MacOS Catalina
My homebrew had some issues with an outdated version of Command Line Tools (CLT). I tried to update the CLT manually using sudo xcode-select --install but the installer told me, that CLT could not be found on the Apple servers. Strange.
I tried uninstalling CLT with sudo rm -rf /Library/Developer/CommandLineTools (this is Apple's intended way of uninstalling the stuff) and installing it again with sudo xcode-select --install. Same situation.
Now I rebooted the machine.
Read more