2012-04-20 17 views
9

sto andando attraverso i miei messaggi birra fatta in casa del medico e non importa quello che non riesco a rimuovere questo messaggio:homebrew medico birra fallire messaggio

Attenzione: Hai modifiche non impegnati al core di Homebrew.

A meno che non si sa cosa si sta facendo, è necessario eseguire: cd /usr/local && git reset --hard

Qualcuno ha qualche idea su come sbarazzarsi di questo?

Da git status/usr/local

# Library/Aliases/dwarffortress 
# Library/Aliases/ultima4 
# Library/Aliases/ultima7 
# Library/Contributions/examples/ 
# Library/Formula/abfind.rb 
# Library/Formula/abuse.rb 
# Library/Formula/akonadi.rb 
# Library/Formula/angband.rb 
# Library/Formula/apc.rb 
# Library/Formula/aqua-less.rb 
# Library/Formula/argp-standalone.rb 
# Library/Formula/attica.rb 
# Library/Formula/bashreduce.rb 
# Library/Formula/c10t.rb 
# Library/Formula/chocolate-doom.rb 
# Library/Formula/cmigemo.rb 
# Library/Formula/coffee-script.rb 
# Library/Formula/csstidy.rb 
# Library/Formula/dosbox.rb 
# Library/Formula/dotless.rb 
# Library/Formula/dwarf-fortress.rb 
# Library/Formula/exult.rb 
# Library/Formula/flip.rb 
# Library/Formula/frobtads.rb 
# Library/Formula/frotz.rb 
# Library/Formula/gearman-php.rb 
# Library/Formula/gnu-chess.rb 
# Library/Formula/gnu-go.rb 
# Library/Formula/growlme.rb 
# Library/Formula/imagick.rb 
# Library/Formula/inform6.rb 
# Library/Formula/jnethack.rb 
# Library/Formula/jwhois.rb 
# Library/Formula/kde-phonon.rb 
# Library/Formula/kdebase-runtime.rb 
# Library/Formula/kdelibs.rb 
# Library/Formula/kdepimlibs.rb 
# Library/Formula/libgdiplus.rb 
# Library/Formula/libiconv.rb 
# Library/Formula/libsgml.rb 
# Library/Formula/maatkit.rb 
# Library/Formula/mcrypt-php.rb 
# Library/Formula/mednafen.rb 
# Library/Formula/memcache-php.rb 
# Library/Formula/memcached-php.rb 
# Library/Formula/memcachedb.rb 
# Library/Formula/midgard2-php.rb 
# Library/Formula/mongo-php.rb 
# Library/Formula/n2n.rb 
# Library/Formula/nazghul.rb 
# Library/Formula/nethack.rb 
# Library/Formula/netris.rb 
# Library/Formula/ninja.rb 
# Library/Formula/open-tyrian.rb 
# Library/Formula/orderly.rb 
# Library/Formula/oxygen-icons.rb 
# Library/Formula/parsley.rb 
# Library/Formula/pbrt.rb 
# Library/Formula/pcntl-php.rb 
# Library/Formula/phpmyadmin.rb 
# Library/Formula/pioneers.rb 
# Library/Formula/platypus.rb 
# Library/Formula/pspell-php.rb 
# Library/Formula/qimageblitz.rb 
# Library/Formula/robotfindskitten.rb 
# Library/Formula/shared-desktop-ontologies.rb 
# Library/Formula/shen.rb 
# Library/Formula/slashem.rb 
# Library/Formula/solr-php.rb 
# Library/Formula/soprano.rb 
# Library/Formula/sparse.rb 
# Library/Formula/spim.rb 
# Library/Formula/stone-soup.rb 
# Library/Formula/strigi.rb 
# Library/Formula/uggconv.rb 
# Library/Formula/unnethack.rb 
# Library/Formula/voldemort.rb 
# Library/Formula/woof.rb 
# Library/Formula/xboard.rb 
# Library/Formula/xcache.rb 
# Library/Formula/xdebug.rb 
# Library/Formula/xmoto.rb 
# Library/Formula/xu4.rb 
# Library/Homebrew/test/tests 
+0

Non ti dice esattamente come sbarazzarsi di esso? Ci hai provato? –

+0

È uguale alla domanda precedente; IMO non dovrebbe essere chiesto di nuovo. –

+0

possibile duplicato di [OSX Lion Homebrew "brew install mysql -v" problemi] (http://stackoverflow.com/questions/10238393/osx-lion-homebrew-brew-install-mysql-v-problems) –

risposta

20

Dopo aver postato sui temi homebrew registro https://github.com/mxcl/homebrew/issues/11761 ero in grado di cancellare l'errore eseguendo git clean -df e una volta che è finito brew doctor. Una volta completato dovresti vedere:

Your system is raring to brew. 
+6

Giusto per essere esplicito perché mi mancava: eseguire il comando 'git clean -df' nella directory/usr/local. –

+3

Assicurati di eseguire una prova a secco per ricontrollare ciò che viene pulito: 'git clean -dfn'. Solo un promemoria amichevole che non c'è modo di annullare un git pulito. –

Problemi correlati