Skip to content

Instantly share code, notes, and snippets.

@irazasyed
Last active November 18, 2025 04:30
Show Gist options
  • Select an option

  • Save irazasyed/7732946 to your computer and use it in GitHub Desktop.

Select an option

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)/*

@AQF0R
Copy link

AQF0R commented Nov 27, 2024

Nice~,Think you!

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