Skip to content

Instantly share code, notes, and snippets.

@fraserxu
Created February 27, 2014 10: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 fraserxu/9248109 to your computer and use it in GitHub Desktop.
Save fraserxu/9248109 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