Visual Studio 2013 Github commit deadlock

前端 未结 11 1907
花落未央
花落未央 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:44

    I had to run git add-in in VS 2013 without solution loaded.

    My problem was that VS started application.vshost.exe when loaded windows application project, and hence blocked git add-in to perform some operations.

    Already used .gitignore from VS studio template, but that is something different.

提交回复
热议问题