新手(我自己)git遇到的问题记录
问题描述:
在git中想直接拉取github有的一个仓库内容,先是因为unrelated histories问题无法合并,随后使用“--allow-unrelated-histories”成功后,
git pull origin master --allow-unrelated-histories
跳出一个GNU的界面,现在想来应该就是自己默认编辑器选择了这个。
(忘记截图了)
界面里其实有提示,但!原来^符号代表的是“按Ctrl”,如 ^X EXIT,表示ctrl+x退出,唉,可能就是不懂那个编辑器的锅吧,还是记录一下
解决参考:https://stackoverflow.com/questions/19085807/please-enter-a-commit-message-to-explain-why-this-merge-is-necessary-especially
912




被折叠的 条评论
为什么被折叠?



