码迷,mamicode.com
首页 > 其他好文 > 详细

Git使用遇到的问题

时间:2015-08-04 02:02:09      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:

问题1:
# 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

解决办法:

You‘re in the text editor, vim! It‘s a modal text editor, so you would need to:

  1. Press i to enter insert mode.
  2. Now you can type your message, as if you were in a normal (non-modal) text editor.
  3. Press esc to go back to command mode.
  4. Then type :w followed by enter to save.
  5. Finally :q followed by enter to quit.

Git使用遇到的问题

标签:

原文地址:http://www.cnblogs.com/fangchun/p/4700833.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!