当前位置: 代码迷 >> Eclipse >> eclipse git 出错:the current branch is not configured for pull No value for key branch.xxx.merge found
  详细解决方案

eclipse git 出错:the current branch is not configured for pull No value for key branch.xxx.merge found

热度:964   发布时间:2016-04-23 00:39:00.0
eclipse git 报错:the current branch is not configured for pull No value for key branch.xxx.merge found

eclipse git 报错:the current branch is not configured for pull No value for key branch.xxx.merge found in configuration


如图:


这是因为 在用gui创建分支的时候 config文件没有创建branch

在config文件加上

[branch "xxx"]
remote = origin
merge = refs/heads/xxx

即可 

  相关解决方案