美文网首页
Git合并merge时,git中Please enter a c

Git合并merge时,git中Please enter a c

作者: ilily | 来源:发表于2020-02-12 17:11 被阅读0次

    问题背景:
    我遇到的情况是,git push 推送失败后(则因为远程分支比你的本地更新), 需要先用git pull试图合并;
    git pull 试图合并的时候出现下面截图:

    image.png

    Please enter a commit message to explain why this merge is necessary.
    请输入提交消息来解释为什么这种合并是必要的

    git 在pull或者合并分支的时候有时会遇到这个界面。

    莫慌...~可以按照以下步骤来解决:

    可以直接下面3,4步退出黑框。如果要输入解释的话就需要1-4步:
    1.按键盘上的“i”键可进入插入模式(insert模式)
    2.这时可以修改最上方的黄色部分,改成你想写的合并原因,也可以不修改
    3.按键盘上的“Esc”键退出插入模式
    4.输入":wq",注意是冒号+wq,按回车键即可

    相关文章

      网友评论

          本文标题:Git合并merge时,git中Please enter a c

          本文链接:https://www.haomeiwen.com/subject/eeecfhtx.html