今天有一些github.com停机时间,直到我推动了大约十几个本地提交,我才意识到.
这是我在尝试推送到github.com时收到的消息:
remote: Unexpected system error after push was received.
remote: These changes may not be reflected on github.com!
remote: Your unique error code: abcdefghijklmnopqrstuvwxuz
Run Code Online (Sandbox Code Playgroud)
现在github.com已经备份,当我在线查看项目提交历史时,我可以看到这些提交尚未被推送到回购.
我想我可以再次推动这些变化git push origin master,但我被告知Everything up-to-date.git pull origin master同样一个也表明了Everything up-to-date.
如何将这些本地更改推送到github.com上的我的回购?
github ×1