Skip to content

Instantly share code, notes, and snippets.

@irazasyed
Last active May 8, 2024 19:50
Show Gist options
  • Save irazasyed/7732946 to your computer and use it in GitHub Desktop.
Save irazasyed/7732946 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)/*

@gregd100
Copy link

Thank you!

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