Visual Studio 2013 Github commit deadlock

前端 未结 11 1926
花落未央
花落未央 2021-02-05 01:23

A few friends and I are working on a project via GitHub. We are all sharing the same branch, which may or may not be a good idea.

I edited some of the code and committed

11条回答
  •  遇见更好的自我
    2021-02-05 01:48

    I had a similar issue for a new MVC project I created and for any new branch on merge it gives an error which I don't have a project I created a month ago. I added the .gitattribute file from the nice working project to the project with the error mentioned above and it fixed the issue. Now I am able to merge without any issue.

    I simply added the .gitignore to the master and commit it.

提交回复
热议问题