Closed therobyouknow closed 3 years ago
("The brew doctor above contains no "Warning" lines." - it does - see above - but this form has forced me to tick the box to allow me to submit"
That's because we require you to fix these before you submit an issue.
My issue is only to advise that the help messages shown on running commands about changing permissions do cover all of the things that need changing.
We cannot cover and detect every possible case. In this case: yes, you need to fix the permissions of more files and directories. sudo chown -R $(whoami) /usr/local/*
should get you sorted in this case but: closing as it's an issue with your machine and not Homebrew.
Thank you @MikeMcQuaid As far as I know, I'm not aware of anything unusual about my machine to require the further permissions adjustments I've mentioned, to be required. So I'd imagine therefore I might not be the only one who encounters this situation.
Once again, thank you very much @MikeMcQuaid for responding, I accept the feedback and closing of the issue.
You're welcome!
brew config
outputbrew doctor
outputThe
brew doctor
above contains no "Warning" lines.What were you trying to do (and why)?
update brew to get php 7.4 on macOS big sur
What happened (include all command output)?
What did you expect to happen?
My issue is only to advise that the help messages shown on running commands about changing permissions do cover all of the things that need changing. At the moment, only one help advice is shown which covers only some of the permissions changes necessary, it would appear.
For
sudo chown -R $(whoami) /usr/local/var/homebrew
to cover all necessary permissions changes, as shown in the help output. If it doesn't, then please update this help text output to say what other things need permissions changes to the user to own them for the command to run successfully.Step-by-step reproduction instructions (by running
brew
commands)