Git push fails with RPC failed; HTTP 400 but says “Everything up-to-date” #28
Unanswered
Henry-Orisonte
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to push my local repository to GitHub with git push -u origin main but I get this message
Enumerating objects: 102, done.
Counting objects: 100% (102/102), done.
Delta compression using up to 10 threads
Compressing objects: 100% (99/99), done.
Writing objects: 100% (102/102), 985.27 KiB | 54.74 MiB/s, done.
Total 102 (delta 54), reused 0 (delta 0), pack-reused 0
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date
I have already verified that my Git remote is correct. Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions