【发布时间】:2018-11-05 18:56:53
【问题描述】:
我正在通过源代码树运行 git-flow 进程,试图完成我的分支。我收到此错误:
sh.exe "C:\Program Files\Git\usr\bin\git-flow" feature finish -k XXX
fatal: ArgumentException encountered.
An item with the same key has already been added.
fatal: ArgumentException encountered.
An item with the same key has already been added.
奇怪的是,这发生在两个不同的 repo 上。
有什么建议吗?
更多信息:使用“git 扩展”我能够完成这两个分支。我相信它们都是从源代码树创建的。不同之处在于,它似乎使用 git-flow 的源代码树,而 git 扩展似乎使用“git flow”
【问题讨论】:
标签: git atlassian-sourcetree git-flow git-extensions