Closed smartinsightsfromdata closed 9 years ago
Homebrew is reporting that these files seem to have been modified; you can check out a pristine version of the Homebrew formulas by running cd $(brew --repository) && git reset --hard origin/master
. Let us know if this doesn't work or if we can help with anything else.
@tdsmith Thanks for the prompt response, but sadly it didn't change a thing...
Please copy the entire output of brew update into a pastebin like Github gist and paste the link here; thanks.
@tdsmith It is here: https://gist.github.com/smartinsightsfromdata/0a299d2df7d4c33337fa
Thanks
Most of those files should be in your .gitignore. Can you try:
cd $(brew --repository) && curl -LO https://raw.githubusercontent.com/Homebrew/homebrew/master/.gitignore
?
"Me too."
At least when I installed XCode I finally got brew install
and brew doctor
to work again... Sorry, lost the data for that, but the error message was reasonable enough. Thanks.
I got a similar output from brew update and found that Sophos Anti Virus was changing permissions on /usr/local/bin and /usr/local/man/man1 and others every time it updates. A recent commit to brew includes a change to the man page which causes brew update to fail because of the permissions leaving a right old mess. I got out of it by fixing permissions and then cd $(brew --repository) && git reset --hard origin/master
.
We're aware of the Sophos issue in particular. They've agreed to move prefixes upstream in the near future. (As you know, given you highlighted the thread :smile:)
Tentatively closing since we haven't had an additional report on this for more than a month.
after El Capitan brew update is verbose.
What to do to go back to a sort of silent install?
Now I see everything (small example):