前提
OS X 系统
- 需要安装
Homebrew
( 在终端执行/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
) - 需要安装
wget
(在终端执行brew install wget
)
步骤一
在终端执行执行:
brew install git-flow
步骤二
在终端执行执行:
wget -q -O - --no-check-certificate https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash
中途没有提示 error 信息则说明安装成功