Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save J0J0-X/821dcdb47685238fc430281f325ceb51 to your computer and use it in GitHub Desktop.

Select an option

Save J0J0-X/821dcdb47685238fc430281f325ceb51 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)/*

@J0J0-X
Copy link
Copy Markdown
Author

J0J0-X commented Nov 17, 2021

That did save me a little headache thanks

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