没有分支匹配前缀

时间:2015-02-03 17:40:32

标签: git git-flow

当我跑步时

git flow feature finish -S branchname

我收到以下消息

  

没有分支匹配前缀' branchname'

然而,当我跑

git branch -a

branchname列在分支列表中。可能是什么问题?

2 个答案:

答案 0 :(得分:3)

For me the solution was find the right name of the branch. For list all features that you have, use:

git flow feature

答案 1 :(得分:1)

尝试将您的本地更新到您的来源:

$ git fetch -p origin