I am trying to get homebrew working on my macOS high sierra machine. It will not run because there is a permissions issue. When I run `brew doctor`, I get the following message;run the following command to fix permissions: "sudo chown -R $(whoami) /usr/local"When I try to run the chown, I am getting the following error;"chown: /usr/local: Operation not permitted"Bueller?
11
0
19k