我想在我的 Ubuntu 机器上使用 git-flow,但是我得到了zsh: command not found: git-flow
我遵循的步骤如下:
安装了 git-flow,
sudo apt-get install git-flow
安装后,我使用 git-flow 初始化我的项目
git-flow init
但我收到以下错误
zsh: command not found: git-flow
请帮助我在 Ubuntu 机器上使用 git-flow
我想在我的 Ubuntu 机器上使用 git-flow,但是我得到了zsh: command not found: git-flow
我遵循的步骤如下:
安装了 git-flow,
sudo apt-get install git-flow
安装后,我使用 git-flow 初始化我的项目
git-flow init
但我收到以下错误
zsh: command not found: git-flow
请帮助我在 Ubuntu 机器上使用 git-flow