Skip to content

Git Troubleshooting Issues

Overview

This section describes some git issues and the steps that can be followed to resolve those issues.

Cannot push changes to the remote topic branch

You may get one of the below errors when you try to push a large amount of changes to a remote topic branch. This can happen when pushing large amount of changes using a bad network connection. Try using a better network connection to get rid of this error.

$ git push origin topic/ifs/SUUPD-2-Service_Update_21_2_3

error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly Everything up-to-date

$ git push origin topic/ifs/SUUPD-2-Service_Update_21_2_3

error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly Everything up-to-date