Wie repariere ich Homebrew-Berechtigungen nach der Installation als Root?

10

Ich lasse Brew als Wurzel laufen, jetzt ist es nicht mehr vorhanden. Keine Updates mehr. Wie repariert man?

$ brew update && brew upgrade
error: Unable to append to .git/logs/HEAD: Permission denied
error: Unable to append to .git/logs/refs/remotes/origin/master: Permission denied
Error: Failed to update tap: caskroom/cask

$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!

Warning: Your XQuartz (2.7.4) is outdated
Please install XQuartz 2.7.7:
  https://xquartz.macosforge.org
Ivanov
quelle
Das Brauen als Wurzel laufen zu lassen, verlangt nur nach Ärger. Tu es nicht!

Antworten:

23

Setzen Sie die Berechtigungen der Caches / usr / local und Homebrew auf den aktuellen Benutzer zurück:

sudo chown -R $USER:admin /usr/local /Library/Caches/Homebrew
grg
quelle
1
Vielleicht möchten Sie auch ~ / Library / Logs / Homebrew
Sam Brightman
0

Im schlimmsten Fall installieren Sie Homebrew einfach neu. Es hat in meinem Fall geholfen:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Dio Phung
quelle
Vor der Neuinstallation von Homebrew würde ich zuerst das "kaputte" deinstallieren!
Klanomath