当前位置: 代码迷 >> 综合 >> git pull 时Please enter a commit message to explain why this
  详细解决方案

git pull 时Please enter a commit message to explain why this

热度:55   发布时间:2023-12-18 12:47:56.0

Please enter a commit message to explain why this merge is necessary.

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

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

1.按键盘字母 i 进入insert模式

2.修改最上面那行黄色合并信息,可以不修改

3.按键盘左上角"Esc"

4.输入":wq",注意是冒号+wq,按回车键即可


转自http://blog.csdn.net/tz2101/article/details/54851827

  相关解决方案