当前位置:  技术问答>linux和unix

git pull下载远程仓库出现问题

    来源: 互联网  发布时间:2017-03-30

    本文导语:  当我切换道master分支上pull的时候,出现下面错误: You asked me to pull without telling me which branch you want to merge with, and 'branch.master.merge' in your configuration file does not tell me, either. Please specify which branch you ...

当我切换道master分支上pull的时候,出现下面错误:

You asked me to pull without telling me which branch you
want to merge with, and 'branch.master.merge' in
your configuration file does not tell me, either. Please
specify which branch you want to use on the command line and
try again (e.g. 'git pull  ').
See git-pull(1) for details.

If you often merge with the same branch, you may want to
use something like the following in your configuration file:
    [branch "master"]
    remote = 
    merge = 

    [remote ""]
    url = 
    fetch = 

See git-config(1) for details.

请各位高手指点啊,在线狂等中。。。

|
楼主git pull的时候失败可能是自己本地有修改没有提交导致的,你虽然没修改这些东西,但是看楼主这样子应该是编译过这个仓库吧,这样产生了一些新的文件没有加入追踪。如果楼主想去掉所有的,git checkout -f即可,然后再pull;
不过这样可能导致一些自己的修改没了,可以git commit -a,这个命令会把当前的修改提交到本地(新产生的文件不在追踪范围),然后再pull。建议楼主不要在master工作,自己单独建立一个分支,然后在需要时与master 进行下rebase即可,不知道回答的是不是楼主希望的。

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • git 问题
  • 关于git问题
  • 关于git-svn的一个问题
  • 关于git多人协同开发问题
  • Git 远程/本地 master 合并的一个问题
  • SVN和GIT的使用问题
  • 关于git修改历史log的问题
  • Git 的 Web 接口 Git Manager
  • linux系统安装git及git常用命令
  • Git 文件系统接口 git-fs
  • git 分支操作可视化展示 explain-git-with-d3
  • JavaScript实现的Git项目 JS-Git
  • node-git
  • git命令行扩展工具 Git Extras
  • git-tfs
  • Git客户端 TortoiseGit
  • git.js
  • 有人熟悉git吗?
  • git 使用的端口号是多少
  • Java的Git管理工具 Gitblit
  • 请教如何实现git不需要密钥下载 iis7站长之家
  • git-ftp
  • 文本模式的Git浏览器 Tig
  • Git的Java开发包 JGit
  • 请教如何实现git不需要密钥下载
  • 代码管理工具 git-repo
  • Windows管理部署在Centos上的Git


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,