码迷,mamicode.com
首页 > 系统相关 > 详细

myeclipse执行pull操作,出现错误提示

时间:2015-08-04 13:44:53      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:

在myeclipse用egit插件,当使用pull操作时,出现

Error:The current branch is not configured for pull

解决:在Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点open

技术分享

在[branch "master"]下面新增加

    remote = origin
    merge = refs/heads/master

技术分享

myeclipse执行pull操作,出现错误提示

标签:

原文地址:http://my.oschina.net/u/1782502/blog/487467

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!