Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with ‘#’ will be ignored, and an empty message aborts # the commit.

即:请输入提交消息来解释为什么这种合并是必要的

git 在pull或者合并分支的时候有时会遇到这个界面。可以不管(直接下面3,4步),如果要输入解释的话就需要:

1.按键盘字母 i 进入insert模式
2.修改最上面那行黄色合并信息,可以不修改
3.按键盘左上角"Esc"
4.输入" :wq",冒号+wq,按回车键即可

【解决】Merge branch 'master' of https://gitee.com/相关推荐

  1. Git提交时出现Merge branch ‘master‘ of ...之解决方法

    多人协作开发项目,在上传代码时通常会先pull一下远程代码,使本地与远程同步更新,但是如果远程此时与自己代码存在冲突,在解决冲突后提交有时会出现"Merge branch 'master' ...

  2. git pull时产生'Merge branch 'master' of...问题

    一.问题 在使用 Git 的进行代码版本控制的时候,往往会发现在 log 中出现 "Merge branch 'master' of -" 这句话,如下图所示.日志中记录的一般为开 ...

  3. git解决merge branch

    项目结构 操作人 用户a与b 项目结构 README.md t.js 场景一:没有冲突文件 1.a修改了t.js,commit(commit msg 为a1) ,push成功 2.b修改了README ...

  4. git解决fatal: unable to access ‘https://gitee.com/XXX.git/‘: The requested returned error: 403

    403无权限访问 windows用户凭据不一致导致 解决:控制面板->凭据管理器->windows凭据->git:https:gitxxx(把当前账户名更改上去)

  5. error: src refspec master does not match any error: failed to push some refs to ‘https://gitee.com/s

    发现是默认建立的仓库是 main,而不是 master iot421@iot421deMac StarpPhone % git push origin master error: src refspe ...

  6. 解决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\ ...

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

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

  8. Git Bash中出现:error: failed to push some refs to ‘https://gitee.com/xxx/xxx.git‘错误的解决方法

    Git Bash中出现:error: failed to push some refs to 'https://gitee.com/xxx/xxx.git'错误的解决方法 今天上传本地文件,在输入:$ ...

  9. 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文件内容 ...

最新文章

  1. jasonrpcbridge
  2. RSA体系 c++/java相互进行加签验签--转
  3. JVM发生频繁 CMS GC,罪魁祸首是这个参数!
  4. sql长整型_SQL性能优化,太太太太太太太有用了!
  5. Asp.Net递归遍历页面控件实例
  6. 解决beego中同时开启http和https时,https端口占用问题
  7. Delphi非应用程序主窗口创建MDI
  8. Golang Web应用 创建docker镜像笔记(win 平台)
  9. eclipse 3.x中热部署WEB程序TOMCAT配置
  10. 使用Source Insight查看Android Framework 源码
  11. 关于ps cs6的滤镜 (抽出)
  12. 计算机口语英语对话视频,出国常用英语口语对话视频
  13. 2018之后的Unity3d制作AR教程
  14. shell脚本部署俄罗斯方块
  15. excel表格怎么拆分成多个表格?
  16. Linux(信号,进程间通信)共享内存,信号量,消息队列
  17. 利用Instrumentation单元测试模块控制安卓手机进行各项操作(微信)
  18. c程序设计语言克尼汉,《C程序设计语言(第2版新版)典藏版》 —3.4 switch语句...
  19. js实现简单的动态添加或删除一行数据
  20. Istio-PilotDiscovery服务的启动

热门文章

  1. 十大高薪热门职业健康观察报告出炉!程序员求生欲最强
  2. 软件项目管理 6.7.参数估算法
  3. 关于使用JavaPOI 导出Excel多级联动的一些方法
  4. 在visual studio 2019中使用msvc2015
  5. (转)《杂 文》 之 教你制作一份属于自己的简历
  6. js把数据导出成excel的中文乱码问题解决
  7. 招投标完整流程13步
  8. win7映射linux硬盘_win7旗舰版安装系统看不到硬盘解决方法(usb3.0问题)
  9. mysql无法停止slave_遇到诡异的问题 stop slave 无法停止
  10. C练题笔记之:Leetcode-1290. 二进制链表转整数