相关疑难解决方法(0)

找到一个名称的交换文件

当我尝试将我的分支与远程分支合并时:

git merge feature/remote_branch
Run Code Online (Sandbox Code Playgroud)

我收到了这条消息:

E325: ATTENTION
Found a swap file by the name ".git/.MERGE_MSG.swp"
          owned by: xxxxxx   dated: Mon Nov 12 23:17:40 2012
         file name: ~xxxxxx/Desktop/My-ios-App/.git/MERGE_MSG
          modified: YES
         user name: xxxxxx   host name: unknown-b8-8d-12-22-27-72.lan
        process ID: 1639
While opening file ".git/MERGE_MSG"
             dated: Tue Nov 13 14:06:48 2012
      NEWER than swap file!

(1) Another program may be editing the same file.
    If this is the case, be careful not to end up with two
    different instances of the same file …
Run Code Online (Sandbox Code Playgroud)

git github

63
推荐指数
4
解决办法
7万
查看次数

标签 统计

git ×1

github ×1