我不知道发生了什么,但是由于某种原因,当我再次尝试使用 github 时,我收到这个错误,说我正在尝试合并某些东西。我完全想撤消整个事情:
E325: ATTENTION
Found a swap file by the name ".git/.MERGE_MSG.swp"
owned by: mauriciosanchezduque dated: Tue May 21 22:18:59 2013
file name: ~mauriciosanchezduque/.git/MERGE_MSG
modified: YES
user name: mauriciosanchezduque host name: Mauricios-MacBook-Pro.local
process ID: 4738
While opening file ".git/MERGE_MSG"
dated: Tue May 21 22:27:11 2013
NEWER than swap file!
我只是想拉一个新的存储库并插入一些文件以开始处理它,但终端提出了这条消息。有什么建议么?
我做了一个git stash,它似乎工作!但我认为我完全搞砸了 github,因为当我能够拉出存储库时,我试图使用它把它放在用户文件夹中。所以我认为 git 试图将我所有的计算机推送到 github。我想在某些时候我在错误的文件夹中做了一个 git push -A 并推送了一堆文件夹和文件。当我执行 git status 时,它会显示我计算机中的一堆未跟踪的内容以及已删除的文件夹。知道如何从这里拿走它吗?这就是我得到的:
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .Trash/
# .dropbox/
# .openmdao/
# Documents/Arduino/
# Documents/OpenMDAO/
# Documents/gitHub/
# Documents/mySite/
# Documents/openFrameworks/
# Dropbox/
# Library/
# Music/
no changes added to commit (use "git add" and/or "git commit -a")