Uso homebrew come gestore di pacchetti per determinate app di sviluppo web. Per mantenere aggiornato brew , eseguo update brew ogni due giorni e eseguo anche brew doctor . Di solito, questo va bene e brew mi dice che sono pronto per preparare.
Ogni tanto, tuttavia, ottengo il seguente errore:
Warning: /usr/local/etc isn't writable.
This can happen if you "sudo make install" software that isn't managed by by Homebrew. If a formula tries to write a file to this directory, the install will fail during the link step.
You should probably
chown/usr/local/etcWarning: The /usr/local directory is not writable. Even if this directory was writable when you installed Homebrew, other software may change permissions on this directory. Some versions of the "InstantOn" component of Airfoil are known to do this.
You should probably change the ownership and permissions of /usr/local back to your user account.
È abbastanza facile reimpostare le autorizzazioni sul mio nome utente. In seguito, brew sembra andare bene.
Ma cosa sta causando questo?
C'è un registro che mostra cosa sta causando il cambiamento delle autorizzazioni?