Sto seguendo Luke Jones' article on setting up a local server e attualmente sto provando a configurare homebrew con git su Mavericks. Ho già installato git prima di installare homebrew. Sto avendo un problema che sembrava simile a this question ma quando ho provato a fare funzionare brew link git
ho ricevuto il seguente errore:Errore di collegamento git all'homebrew
Error: Could not symlink file: /usr/local/Cellar/git/1.8.5.1/share/git-core/templates/info/exclude
Target /usr/local/share/git-core/templates/info/exclude already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name
miei /etc/paths
:
/usr/local/bin
/usr/bin
/bin
/usr/sbin
/sbin
which git
rendimenti /usr/bin/git
which brew
rendimenti /usr/local/bin/brew
Non certo qual è il problema, dato che non sono ancora bravo a orientarmi su cose come questa. Qualcuno sa i prossimi passi da fare?
Grazie, grazie, grazie. – bafromca