`

No value for key branch.master.merge found in configuration

    博客分类:
  • git
阅读更多

1.背景:

 

    最近在鼓捣github, pull git内容到本地, 发现这样的异常

 

   

 

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

 

 



 

 

 



 

 

 

 

 

 

2.解决步骤

 

window-->preferences--->Team--->git--->configuration

 

--->repository settings

 

打开这个项目的 git 配置文件,  里面增加 点git 配置内容 

 

自己修改下 自己项目的remote.origin.url 路径地址

 

 

[branch "master"]
	remote = origin
	merge = refs/heads/master
	
[remote "origin"]
	url = git@github.com:venusdrogon/feilong-platform.git
	fetch = +refs/heads/*:refs/remotes/origin/*
	push = refs/heads/master:refs/heads/master

 

 

 

 

 



 

 

 



 

 

 

然后就可以很愉快的把远程修改的文件 更新到本地了

 

 

  • 大小: 126.2 KB
  • 大小: 22 KB
  • 大小: 65.7 KB
  • 大小: 16.7 KB
分享到:
评论

相关推荐

    The current branch is not configured for pull

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

    关于keras中keras.layers.merge的用法说明

    merge6 = merge([layer1,layer2], mode = ‘concat’, concat_axis = 3) 新版本中: from keras.layers.merge import concatenate merge = concatenate([layer1, layer2], axis=3) 补充知识:keras输入数据的...

    Image-merge.rar_Image.merge_image merge应用_merge image

    实现两幅图像的合并zipMerge(Mat inImg1,Mat inImg2,Mat outImg)

    Github-volley 最新jar包和源代码 2015.07.28

    merge upstream, Guard against NullPointerException currently occurring in Volley when a Request is given a url whose host is null. 1.0.3 2014.04.01 merge upstream, ImageLoader: setError after null...

    Araxis.Merge.z02

    Araxis.Merge是很好用的代码比较工具,目前已经破解 有3个压缩卷 Araxis.Merge.z01 Araxis.Merge.z02 Araxis.Merge.zip 目前是【Araxis.Merge.z02】

    WinMerge-2.16.24-x64-Setup.exe

    WinMerge-2.16.24,2022年10月版本

    Araxis.Merge.z01

    Araxis.Merge是很好用的代码比较工具,目前已经破解 有3个压缩卷 Araxis.Merge.z01 Araxis.Merge.z02 Araxis.Merge.zip 目前是【Araxis.Merge.z01】

    WinMerge-2.16.8-x64-Setup.exe

    WinMerge-2.16.8-x64-Setup.exe

    Araxis Merge Professional 2012.4162 (x86/x64).part1

    particularly as reports can be generated directly for files and folders in configuration management systems for which there is a Merge plugin. Print support, Automation and other advanced features ...

    winmerge-2.16.4-x64-exe.zip

    与beyondcompare工具差不多的使用方式,winmerge是开源免费版。当您有两个以上的内容相似的文字文件时,WinMerge就可以立刻派上用场,帮您检查两个文件里头不同之处。如您有写过程序就会了解,当您在改版时,在新的...

    git 2.7.3 for windows 64bit

    We now handle UTF-8 merge and squash messages correctly in Git GUI. When trying to modify a repository config outside of any Git worktree, git config no longer creates a .git/ directory but prints an ...

    (winmerge for linux)grimmdp-winmerge-1bd708f4cf72.zip

    WinMerge 3 is a port of WinMerge (http://winmerge.org) to use cross-platform with Qt (http://qt.nokia.com/) framework. This project is still in very early stages. WinMerge 3 is LGPL licensed open ...

    Araxis.Merge

    Araxis.Merge是很好用的代码比较工具,目前已经破解 有3个压缩卷 Araxis.Merge.z01 Araxis.Merge.z02 Araxis.Merge.zip 目前是【Araxis.Merge.zip】

    WinMerge.zip

    目录对比工具,支持目录与文件对比,区别相同文件的不同版本,压缩包文件目录对比等,目录对比工具,支持目录与文件对比,区别相同文件的不同版本,压缩包文件目录对比等

    Araxis Merge Professional 2012.4162 (x86/x64).part2

    particularly as reports can be generated directly for files and folders in configuration management systems for which there is a Merge plugin. Print support, Automation and other advanced features ...

    a project model for the FreeBSD Project.7z

    There is no defined model for how people write code in FreeBSD. However, Niels Jørgenssen has suggested a model of how written code is integrated into the project. Figure 4-1. Jørgenssen's model ...

    EGit用户指南

    3.1.1 Considerations for Git Repositories to be used in Eclipse 3.1.1.1 The short story 3.1.1.2 The longer story 3.1.1.2.1 Eclipse Workspace and Repository working directory 3.1.1.2.2 ...

    split_merge.rar_split merge_split_merge_分裂合并_区域分裂_图像区域合并

    该文件包含完整的区域分裂合并算法,可用与图像分割

    TCGA免疫浸润_TCGA_perl脚本tcga_mRNA_merge.pl_perl整理tcga_

    好用就完了

    mergetable.js

    功能: 合并单元格,拆分单元格,向上插入行,向下插入行,向左插入列, 向右插入列,删除行,删除列 设计思路: 将表格按总行与总列数进行网状分割,为每个座标网格找到对应的单元格, 这样,在操作过程中就...

Global site tag (gtag.js) - Google Analytics