Skip to content

GitHub Desktop error: "The remote disconnected. Check your internet connection and try again." Bug? #138617

Answered by Sin-cy
ar-ibrahim asked this question in General
Discussion options

You must be logged in to vote

Hi. It might be something to do with the pushing size.
Pushing from the command line should solve this.

So from your log files
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 send-pack: unexpected disconnect while reading sideband packet
This seems to be the issue. The File size that your are trying to push might be too big. I think you might have multiple commits you haven't pushed and you are pushing them all at once and github is rejecting it.

Say you are trying to push to the main remote branch.
Do it from the shell / use command line by specifying the latest commit hash into the git push command

To get commit hash run
git log --oneline

you will see a 7 digit…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ar-ibrahim
Comment options

@Sin-cy
Comment options

Answer selected by ebndev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants