当使用git版本为2.27.0以上时,使用git pull命令出现以下的警告:

warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:git config pull.rebase false  # merge (the default strategy)git config pull.rebase true   # rebasegit config pull.ff only       # fast-forward onlyYou can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

该警告的中文版本文案描述如下:

warning: 不建议在没有为偏离分支指定合并策略时执行pull操作。
您可以在执行下一次pull操作之前执行下面一条命令来抑制本消息:git config pull.rebase false  # 合并(默认缺省策略)
git config pull.rebase true   # 变基
git config pull.ff only       # 仅快进您可以将 "git config" 替换为 "git config --global" 以便为所有仓库设置
缺省的配置项。您也可以在每次执行 pull 命令时添加 --rebase、--no-rebase,
或者 --ff-only 参数覆盖缺省设置。

若无特殊需求执行:git config pull.rebase false(默认)

Git问题解决:warning: Pulling without specifying how to reconcile divergent branches is discouraged. You相关推荐

  1. git报错:(Pulling without specifying how to reconcile divergent branches)

    1 问题背景 如果你也在使用2.27.0及以上版本的Git时,使用git pull命令出现以下的警告文案,可以通过阅读本篇文章来解决此问题. 博主最近在Android Studio上使用git pul ...

  2. git pull和git pull origin master报如下警告Pulling without specifying how to reconcile divergent branches

    git pull和git pull origin master报如下警告 hint: Pulling without specifying how to reconcile divergent bra ...

  3. 解决git问题:fatal: Need to specify how to reconcile divergent branches.

    在使用git拉取远程项目的时候可能会出现 fatal: Need to specify how to reconcile divergent branches. 如图: 解决方式: 第一步:删除该本地 ...

  4. git报错 git libpng warning: iCCP以及fatal: Authentication failed for ‘https://git.weixin.qq.com‘

    git打卡,本来是老哥带着我做项目,纯git新手小白,以后出现问题自己解决了,顺便分享一下自己的经验,防止以后忘记,顺便给新人铺个路~ 我一开始在使用git clone的时候,一共出现了两个错误,到处 ...

  5. 【git】warning: adding embedded git repository问题

    问题: [git]warning: adding embedded git repository 目录隐藏的.git文件夹 方案: 删除.git文件夹,再重新git add .即可

  6. 【Tools】git提示“warning: LF will be replaced by CRLF”的解决办法

    原文链接:https://blog.csdn.net/u012757419/article/details/105614028 一.发现问题 windows平台下使用git add,git deplo ...

  7. git合并分支Pulling is not possible because you have unmerged files.

    问题:目前在master分支上,执行git merge 分支A 报错error: Pulling is not possible because you have unmerged files. 解决 ...

  8. Git 出错error: Pulling is not possible because you have unmerged files

    在git pull的过程中,如果有冲突,那么除了冲突的文件之外,其它的文件都会做为staged区的文件保存起来. 重现: $ git pull origin master error: Pulling ...

  9. git libpng warning: iCCP: cHRM chunk does not match sRGB

    git.exe fetch -v --progress "origin" libpng warning: iCCP: cHRM chunk does not match sRGB ...

  10. Git 提示 “warning: LF will be replaced by CRLF“的思考

      在windows平台进行 git add 时, 控制台有时会打印警告 warning: in the working copy of 'XXX.sh', LF will be replaced b ...

最新文章

  1. 阻塞队列 java实现_JAVA实现阻塞队列
  2. hdu 1872(稳定排序)
  3. 跌宕起伏之windows 7安装
  4. deepfefm 算法思维导图
  5. img disabled可以用什么替代_本特:马内不可替代,菲米是粘合剂,萨拉赫可以用姆巴佩桑乔替代...
  6. Catalan数的理解
  7. Java基础笔记 – Annotation注解的介绍和使用 自定义注解
  8. 数据结构中La表的数据合并到Lb表中
  9. win7 64 位用VMware安装Ubantu 20130908
  10. dubbo配置文件xml校验报错
  11. mongodb常用操作——命令行
  12. android 网易视频无法播放器,如何使用网易视频云播放器Android Demo
  13. 三菱plc pwm指令_2020学员高级电工必须掌握的20个各种PLC设备编程
  14. 数字货币:影响深远的创新
  15. 服务器搬迁清单需要启动任务以及恢复办法
  16. java完成九宫格数独_简单实现java数独游戏
  17. 中南大学计算机基础在线作业答案三,中南大学计算机基础三答案.doc
  18. <A Tale of Evil Twins: Adversarial Inputs versus Poisoned Models>阅读笔记
  19. python练习 006 圆的周长与面积
  20. Python进阶小技巧2

热门文章

  1. ffmpeg转码cpu很高,ffmpeg实现GPU(硬编码)加速转码,解决ffmpeg转码速度慢
  2. DBC文件格式文档【翻译】
  3. Java Annotation 刷课笔记(二)
  4. Arcgis数据集如何以线性单位做投影
  5. Qt通过ODBC连接opengauss数据库
  6. Houdini在UE4特效中的尝试分享
  7. opencv cv::Mat::convertTo()函数
  8. SCI/SCIE/SSCI的查询验证链接
  9. MATLAB基础知识零基础到入门(第一期 基础内容)
  10. UIControl IOS控件编程—IOS开发