Problema di aggiornamento homebrew

0

Cercando di aggiornare homebrew, ottengo questo:

$ brew update

error: Your local changes to the following files would be overwritten by merge:
    .gitignore
    Library/Contributions/brew_bash_completion.sh
    Library/Contributions/brew_fish_completion.fish
    Library/Contributions/brew_zsh_completion.zsh
    Library/Contributions/manpages/brew.1.md
    Library/ENV/4.3/cc
    Library/ENV/4.3/make
    Library/ENV/4.3/xcrun
    Library/ENV/libsuperenv.rb
Please, commit your changes or stash them before you can merge.
error: The following untracked working tree files would be overwritten by merge:
    CONTRIBUTING.md
    Library/Aliases/ag
    Library/Aliases/heroku

... ecc.

Un modo per ripulirlo? Sembra che usi git sotto il cofano?

    
posta Peter Hall 03.03.2013 - 01:33
fonte

1 risposta

1

Ciò dipenderà dal fatto che ti interessino le modifiche locali a quei file. Li hai modificati tu stesso o hai eseguito un programma che li ha modificati o qualcos'altro?

Se non intendevi modificarli, cd /usr/local ed esegui git reset --hard HEAD ; questo li ripristinerà tutti al loro stato originale. Quindi prova ad aggiornare Homebrew.

    
risposta data 03.03.2013 - 18:58
fonte

Leggi altre domande sui tag