While migrating a large codebase from Subversion to Git recently I ran across the following error during the initial push from my development system to the new remote repository:
Read from remote host <…>: Operation timed out
error: pack-objects died of signal 13
error: failed to push some refs to ‘ssh://<…>’
Rerunning “git push” with the “–no-thin” parameter fixed the issue for me. Hope this saves someone else a headache!