git初心者です。
ローカルで開発していて、git add →git commit →git push 作業branch → git checkout develop →git merge 作業branch としてきたのですが、mergeした際に下記エラーがでてきてしまい、対処できなく困っています。
process ID: 15510 While opening file ".git/MERGE_MSG" dated: Tue Dec 11 09:01:12 2018 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 when making changes. Quit, or continue with caution. (2) An edit session for this file crashed. If this is the case, use ":recover" or "vim -r .git/MERGE_MSG" to recover the changes (see ":help recovery"). If you did this already, delete the swap file "/home/vagrant/.config/nvim/swp/MERGE_MSG.swp" to avoid this message. Swap file "~/.config/nvim/swp/MERGE_MSG.swp" already exists! [O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:
調べてみても中々対処がみつからず、何かわかる方いたら教えていただけると助かりますm(__)m
ちなみに開発はrailsでおこなっています。
エディターはVSCode使っていまして、上記エラー起きていますが、左のファイル欄にステージング済の変更という箇所にファイルがいくつもできていました。
以上です。よろしくお願いいたしますm(__)m

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/12/11 10:32