Я только что скачал Git для моей OS X 10.7.5
Когда я печатаю:
which git
Я получил:
/usr/local/bin/git
Но когда я печатаю:
git --version
Я получил:
Illegal instruction: 4
Я ищу совет о том, как действовать.
У меня была эта проблема, и я смог установить рабочую версию, используя Homebrew.
# first uninstall the broken version
# mount the DMG for the broken version using Finder
# "type" this with the tab key! it saves typing and fixes the version number
cd /Volumes/Git\ 2.0.1\ Snow\ Leopard\ Intel\ Universal/
./uninstall.sh
# make bash forget about the uninstalled binary
hash -r
cd
# now install the working version
# assumes you have Homebrew installed
brew install git
git version