Git push won't do anything (everything up-to-date)

后端 未结 16 2346
轻奢々
轻奢々 2020-12-04 05:38

I\'m trying to update a Git repository on GitHub. I made a bunch of changes, added them, committed then attempted to do a git push. The response tells me that e

16条回答
  •  南笙
    南笙 (楼主)
    2020-12-04 06:15

    This happened to me when I ^C in the middle of a git push to GitHub. GitHub did not show that the changes had been made, however.

    To fix it, I made a change to my working tree, committed, and then pushed again. It worked perfectly fine.

提交回复
热议问题