错误:
git reflow
git: 'reflow' is not a git command. See 'git --help'.
Did you mean this?
reflog git reflow command is not recognised, 我已经安装了git和git_reflow gem,甚至尝试卸载和重新安装git版本并更新它。
目前已安装的版本如下:
git_reflow 0.7.1,
git version 2.6.3,
ruby 2.2.3p173发布于 2015-12-21 08:40:05
要使git reflow工作,您需要在您的路径中的某个地方安装一个可执行git-reflow。
检查您的路径是否包括gem install git_reflow安装这些模块的位置。
https://stackoverflow.com/questions/34390780
复制相似问题