osx - Homebrew can't install packages -


i uninstalled homebrew clean install using method listed on homebrew website i'm having issues installing packages.

when try simple install of wget using: brew install wget
error message: install

tried run superuser gives following error: sudo install in advance!


still can't install anything. tried install wget (and openssl installed it) , got this: screenshot. similar error when trying install osxfuse permission denied

it appears may have installed homebrew different user id.

try resetting homebrew cache permissions with:

sudo chown -r $user $(brew --cache) 

Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -