eclipse git 报错:the current branch is not configured for pull No value for key branch.xxx.merge found... - Go语言中文社区

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

即可

版权声明:本文来源CSDN,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/iteye_11495/article/details/82580765
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2019-09-01 19:02:48
  • 阅读 ( 1177 )
  • 分类:

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢