【发布时间】:2013-01-15 08:55:27
【问题描述】:
我已经完成了 git pull。之后我收到了这条消息:
# 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, 302C
我的问题是 - 我需要在这里做什么?因为我不能输入任何信息。
【问题讨论】:
-
这不是真正的 Git 问题。是编辑,vi。 Git 默认使用设置为默认编辑器的任何内容(例如,使用环境变量
EDITOR或VISUAL)。要么设置一个不同的,要么适应 vi。
标签: git