Skip to content

Instantly share code, notes, and snippets.

@iqbalhasnan
Created November 3, 2014 15:16
Show Gist options
  • Save iqbalhasnan/2d786a07102cfdc7751b to your computer and use it in GitHub Desktop.
Save iqbalhasnan/2d786a07102cfdc7751b to your computer and use it in GitHub Desktop.
Fix for homebrew "error: unable to unlink old" error
sudo chown -R `whoami` /usr/local
cd /usr/local
git reset --hard origin/master
brew doctor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment