首页 > 其他 > 详细

egit 出现问题 The current branch is not configured for pull No value for key branch.master.merge found i

时间:2014-04-16 15:05:42      阅读:724      评论:0      收藏:0      [点我收藏+]

出错:The current branch is not configured for pull No value for key branch.master.merge found in configuration


解决:


To fix this problem in Eclipse, open the Windows menu and select Show View / Other / Git Repositories.

From the Git Repositories tab:

  • expand your local repository (注 :这个就是在那个tab里的根目录)
  • right click on Remote
  • click on Create Remote...
  • Remote name = origin
  • next to IRI press the Change button
  • CTRL+SPACE on URI
  • select the remote location
  • press Finish
  • press Save and Push

Again, from the Git Repositories tab:

  • right click on origin
  • select Configure Fetch...
  • on Ref mapping press the Edit (Advanced)...
  • press Add All Branches Spec
  • select the Force Update checkbox
  • press Finish

Again, from the Git Repositories tab:

  • right click on your local repository
  • select Properties
  • press New Entry...
  • enter the following two keys:

(1)

Key = branch.master.remote
Value = origin

(2)

Key = branch.master.merge
Value = refs/heads/master


http://stackoverflow.com/questions/8820668/the-current-branch-is-not-configured-for-pull-no-value-for-key-branch-master-mer/15277441#15277441


egit 出现问题 The current branch is not configured for pull No value for key branch.master.merge found i,布布扣,bubuko.com

egit 出现问题 The current branch is not configured for pull No value for key branch.master.merge found i

原文:http://blog.csdn.net/fightforyourdream/article/details/23726377

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