我想在我的Ubuntu机器上使用git流,但是我得到了zsh: command not found: git-flow。
我遵循的步骤是:
请帮助我在Ubuntu机器上使用git-flow。
发布于 2019-03-06 01:27:06
git-流是一个git扩展,而不是单独的命令。加钩为正常git。试一试
git flow init您可以用dpkg -L git-flow列出包中的文件。
如果没有安装git-flow,您将得到
$ git flow init
git: 'flow' is not a git command. See 'git --help'.
The most similar commands are
reflog
show也检查一下git-flow哦-我的zsh插件。
https://askubuntu.com/questions/1097025
复制相似问题