E325: ATTENTION Found a swap file by the name “.git/.COMMIT_EDITMSG.swp”

后端 未结 4 927
-上瘾入骨i
-上瘾入骨i 2020-12-14 06:01

I\'ve been working with a team for almost a year now. It\'s always been easy to use github/git to pull and push changes using:

git pull
git add .
git commit          


        
4条回答
  •  北海茫月
    2020-12-14 06:48

    I tried deleting the message but it fails and complained that I do not have such file. So, I added a commit Message -m when doing git commit -m and the warning doesn't show any more .

提交回复
热议问题