Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yoonhoGo/4c533dd13ec897f7ade4ec27101e1845 to your computer and use it in GitHub Desktop.
Save yoonhoGo/4c533dd13ec897f7ade4ec27101e1845 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)/*

@yoonhoGo
Copy link
Author

yoonhoGo commented Apr 11, 2020

sudo chown -R `whoami` `brew --prefix`/*

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