http://blog.csdn.net/androidzhaoxiaogang/article/details/16859099

1.在本地工程目录找到config文件(我的是在E:\rocket\rocket\.git);

2.修改config文件内容为:

[core]
    repositoryformatversion = 0
    filemode = false
    logallrefupdates = true
    [branch "master"] 
        remote = origin 
        merge = refs/heads/master 
    [remote "origin"] 
        url = https://github.com/androidzhaoxiaogang/rocket.git   (修改为自己的url)
        fetch = +refs/heads/*:refs/remotes/origin/*

3.再执行pull方法,发现工作ok了

http://blog.csdn.net/lizhongren/article/details/16338731

网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.

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

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

解决The current branch is not configured for pull No value for key branch.master.merge found in config相关推荐

  1. eclipse egit 报错 The current branch is not configured for pull No value for key branch.master

    eclipse egit 插件 pull报错 The current branch is not configured for pull No value for key branch.master ...

  2. 解决The current branch is not configured for pull No value for key branch.master.merge found in confi

    http://blog.csdn.net/androidzhaoxiaogang/article/details/16859099 1.在本地工程目录找到config文件(我的是在E:\rocket\ ...

  3. The current branch is not configured for pull No value for key branch.master.merge found in config

    在本地工程目录找到config文件 比如工程文件位于../workspace/android/helloworld 到该目录下,进入.git文件夹,会看到一个config文件 修改config文件内容 ...

  4. eclipse The current branch is not configured for pull No value for key remote.origin

    2019独角兽企业重金招聘Python工程师标准>>> 在使用 eclipse git pull 项目的时候 : 出现 The current branch is not confi ...

  5. The current branch is not configured for pull N...

    2019独角兽企业重金招聘Python工程师标准>>> 编辑 .git/config,添加以下内容 [branch "master"]remote = origi ...

  6. 解决Redis之MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on d

    2018-1-31 解决Redis之MISCONF Redis is configured to save RDB snapshots, but is currently not able to pe ...

  7. postgresql错误解决 ERROR:current transaction is aborted

    def fieldbyname(self, namestr):try:self.env.cr.execute("SELECT "+namestr+" FROM dzjl_ ...

  8. 解决Redis报错Redis is configured to save RDB snapshots, but it is currently not able to persist on disk

    Redis报错信息 在Spring Boot中集成Redis客户之后,进行数据操作,发现报如下错误: org.springframework.data.redis.RedisSystemExcepti ...

  9. Git 提示You asked me to pull without telling me which branch you...

    错误信息 Git未关联本地分支与远程分支,报错如下: You asked me to pull without telling me which branch you want to merge wi ...

最新文章

  1. IPV6的设置问题!
  2. 乐源机器人没电提醒吗_我每天费尽心思,就为了逗一个机器人开心。。
  3. 设计模式---单例模式(多线程下的单例模式)
  4. 《Java线程池》:任务拒绝策略
  5. 16软件1班安卓第一学期学习总结
  6. Axure高保真移动端智能数据监控+用户画像+饼状图+条形图+折线图数据统计+抖音直播app用户数据统计+智慧移动端主播粉丝、评论、播放量大数据统计+套餐购买、续费套餐prd流程
  7. windows下mysql备份脚本
  8. FFmpeg源代码简单分析:configure
  9. Node.js学习入门
  10. 计算机断电后黑屏怎么办,电脑断电黑屏怎么办
  11. Kali Linux 如何使用 软件商店
  12. 媒体实测英特尔® 傲腾™ 持久内存数据曝光,DRAM 和 SSD 都沉默了
  13. NPN和PNP三极管搭建推挽电路实验
  14. python音乐库_目前在python3下有哪些音乐处理库?
  15. 移动端百度强引蜘蛛SEO工具
  16. 2022年度猫狗粮销售数据:十大热门品牌排行榜,哪些品牌入围?
  17. VBA AutoExec 宏
  18. 查找父类的所有子类 crtl+alt+b
  19. Win10 更改桌面背景为图片不生效,马上自动变为纯色黑色
  20. 科研写作——常见句式(六)

热门文章

  1. [Python图像处理] 三.获取图像属性、兴趣ROI区域及通道处理
  2. 我的Go+语言初体验--Go+之环境安装与程序编码初体验
  3. Swift之深入解析枚举enum的底层原理
  4. iOS之CocoaPods二进制化的实现方案
  5. 216. Combination Sum III 组合总和 III
  6. 编写你的第一个 Django 应用,第 5 部分
  7. 【IT资讯】年薪170万码农征友,条件让网友炸锅……
  8. 【网络编程】一张图了解TCP/IP协议
  9. python 自动控制仿真_Python自动控制鼠标操作pymouse,python
  10. vue.js 默认选中select_vue.js 解决v-model让select默认选中不生效的问题