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

后端 未结 4 928
-上瘾入骨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:34

    You simply need to commit the changes if after a merge from another branch you this swap error message. I git added - green files not committed. I committed the files - then done.

提交回复
热议问题