这是我的设置:
brew install git bash-completion
Warning: git-2.1.3 already installed
Warning: bash-completion-1.3 already installed
在.bash_profile中:
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
但是我仍然没有git命令的自动补全功能。(我以前使用过Macports,但是由于我无法尝试使git命令自动完成,所以将其完全删除了。)
我在OSX 10.10上
wget https://raw.github.com/git/git/master/contrib/completion/git-completion.bash && source git-completion.bash
,还没有运气。