最近,在任何之后git pull,git开始产生我的文本编辑器,并要求合并提交消息.提交消息已经预先填充,我只需要保存并关闭窗口以完成提取.
在过去,它将使用标准提交消息(沿着行Merge branch 'dev' of remote.com:/repo into dev)静默地进行合并.
我最近更新了git到版本1.7.11.3(通过自制程序),但我想不出我可能做了什么来改变这种行为.这是一个设置,还是有其他方式回到它的方式?
我正在学习mac(命令行)上的github,每当我git pull origin master得到这个
# 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/MERGE_MSG" 7L, 293C
Run Code Online (Sandbox Code Playgroud)
终端似乎锁定并且不允许我立即输入任何内容,然后当它最终允许我输入文本时,它似乎无法识别git命令.
这是git中的错误还是我错过了什么?