Visual Studio 2013 Github commit deadlock

前端 未结 11 2116
花落未央
花落未央 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-05 01:50

    As dumb as it sounds, I just went to the command line, and it worked.

    1. Git status
    2. Git pull
    3. Git push

    all worked fine.

    If I did that same thing within Visual Studio, it didn't work. Go figure.

提交回复
热议问题