解决The current branch is not configured for pull No value for key branch.master.merge found in config
使用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了