使用Git Pull项目的时候出现这个问题: The current branch is not configured for pull No value for key branch.master.merge found in configur 查看config配置都正常,但是pull的时候就是提示上面的错误 查看eclipse git配置发现没有把merge加载上 重新编辑把[branch]位置提前往上放了一下,重新pull的时候就OK了…
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 您可以…
eclipse egit 插件 pull报错 The current branch is not configured for pull No value for key branch.master 原因是缺少merge结构配置 配置文件 红色部分为缺少部分 [core] repositoryformatversion = 0 filemode = false logallrefupdates = true autocrlf = false [remote "d…