首页 > 系统服务 > 详细

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

时间:2014-06-05 05:11:09      阅读:941      评论:0      收藏:0      [点我收藏+]

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


如图:

bubuko.com,布布扣


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

在config文件加上

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

即可 

eclipse git 报错:the current branch is not configured for pull No value for key branch.xxx.merge found,布布扣,bubuko.com

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

原文:http://blog.csdn.net/haqer0825/article/details/27205353

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!