Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ravi-chaurasia/8e2a1fb58b0faef7d6c5905a2a7f074d to your computer and use it in GitHub Desktop.

Select an option

Save ravi-chaurasia/8e2a1fb58b0faef7d6c5905a2a7f074d to your computer and use it in GitHub Desktop.
Homebrew: Permissions Denied Issue Fix (OS X / macOS)

Homebrew Permissions Denied Issues Solution

sudo chown -R $(whoami) $(brew --prefix)/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment