Skip to content

Instantly share code, notes, and snippets.

@topdown
Created January 19, 2016 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topdown/8d895976b40b888942ba to your computer and use it in GitHub Desktop.
Save topdown/8d895976b40b888942ba to your computer and use it in GitHub Desktop.
Brew Update issues untracked working tree
cd $(brew --repository)
sudo chown -R $USER .
git reset --hard origin/master
brew update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment