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
git push
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.
^C
To fix it, I made a change to my working tree, committed, and then pushed again. It worked perfectly fine.