Skip to content

Instantly share code, notes, and snippets.

@carlesloriente
Created August 6, 2023 14:19
Show Gist options
  • Save carlesloriente/d565db45a60dd91a41be5bb9eb68079c to your computer and use it in GitHub Desktop.
Save carlesloriente/d565db45a60dd91a41be5bb9eb68079c to your computer and use it in GitHub Desktop.
#!/bin/bash
# Full script for fixing homebrew update error
# Reset
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
# Reset homebrew-cask
brew untap homebrew/homebrew-cask - -force
brew reinstall cask
# Reset homebrew-core
brew update-reset -d -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment