! [远程拒绝] main -> main (failure) ,在尝试推送到存储库中的唯一分支时无法推送一些引用
! [remote rejected] main -> main (failure) , failed to push some refs, when trying to push to the only branch in a repository
我正在开发这个 discord 机器人,我的存储库中只有 1 个分支,不需要更多。我按照过去几周的方式打开我的命令行,它说 git --version
是错误的,但后来它绕过了它或其他东西,控制台开始工作。然后我对现有文件进行了一些调整,并简单地做了 git status
以查看它是否可以添加到提交中。然后我做了git add *
,它起作用了,然后是git commit -m "fixed negative number error"
,然后当我做了几个星期以来一直在做的git push origin main
时,它说
Enumerating objects: 15, done.
Counting objects: 100% (15/15), done.
Delta compression using up to 4 threads
Compressing objects: 100% (11/11), done.
Writing objects: 100% (11/11), 967 bytes | 483.00 KiB/s, done.
Total 11 (delta 8), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (8/8), completed with 4 local objects.
remote: fatal error in commit_refs
To https://github.com/andyforprez/exebot.git
! [remote rejected] main -> main (failure)
error: failed to push some refs to 'https://github.com/andyforprez/exebot.git'
并且它没有将该文件推送到存储库,即使在 VSCode 中 M
符号消失了,就好像它确实推送了一样。
有什么建议吗?
似乎 github 已关闭,检查此 website 以获取 github 状态更新
github 目前已关闭,他们也在他们的 Twitter 帐户上提到
您也可以在这里查看状态:https://www.githubstatus.com/
Github 已关闭。只需检查 https://www.githubstatus.com/
显然它时不时会发生。
看来你又可以推了。至少我连续两次做到了
我正在开发这个 discord 机器人,我的存储库中只有 1 个分支,不需要更多。我按照过去几周的方式打开我的命令行,它说 git --version
是错误的,但后来它绕过了它或其他东西,控制台开始工作。然后我对现有文件进行了一些调整,并简单地做了 git status
以查看它是否可以添加到提交中。然后我做了git add *
,它起作用了,然后是git commit -m "fixed negative number error"
,然后当我做了几个星期以来一直在做的git push origin main
时,它说
Enumerating objects: 15, done.
Counting objects: 100% (15/15), done.
Delta compression using up to 4 threads
Compressing objects: 100% (11/11), done.
Writing objects: 100% (11/11), 967 bytes | 483.00 KiB/s, done.
Total 11 (delta 8), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (8/8), completed with 4 local objects.
remote: fatal error in commit_refs
To https://github.com/andyforprez/exebot.git
! [remote rejected] main -> main (failure)
error: failed to push some refs to 'https://github.com/andyforprez/exebot.git'
并且它没有将该文件推送到存储库,即使在 VSCode 中 M
符号消失了,就好像它确实推送了一样。
有什么建议吗?
似乎 github 已关闭,检查此 website 以获取 github 状态更新
github 目前已关闭,他们也在他们的 Twitter 帐户上提到
您也可以在这里查看状态:https://www.githubstatus.com/
Github 已关闭。只需检查 https://www.githubstatus.com/
显然它时不时会发生。
看来你又可以推了。至少我连续两次做到了