我用Homebrew安装了Git:
brew install git
然后它给了一些输出
$ brew install git
==> Downloading https://homebrew.bintray.com/bottles/git-2.4.0.yosemite.bottle.tar.gz
######################################################################## 100.0%
==> Pouring git-2.4.0.yosemite.bottle.tar.gz
==> Caveats
The OS X keychain credential helper has been installed to:
/usr/local/bin/git-credential-osxkeychain
The "contrib" directory has been installed to:
/usr/local/share/git-core/contrib
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
==> Summary
🍺 /usr/local/Cellar/git/2.4.0: 1368 files, 31M
$
我是否需要进行任何其他安装后配置才能完成所有这些工作?
你不是只需输入git并按照说明安装git。至少这适用于OS X 10.10.3。我一直选择安装Xcode。
—
大卫安德森2015年