Skip to content

Instantly share code, notes, and snippets.

@howiehu
Created April 19, 2014 07:42
Show Gist options
  • Save howiehu/11077106 to your computer and use it in GitHub Desktop.
Save howiehu/11077106 to your computer and use it in GitHub Desktop.
Removing write permissions of /usr/local/bin and /usr/local directories resolved this issue.
chmod go-w /usr/local/bin
sudo chmod go-w /usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment