Git “efrror: RPC falhou; result = 55, código HTTP = 0 ”em push
Passei o dia todo nessa e poderia realmente usar alguma ajuda. Quando tento empurrar um commit relativamente grande,
Writing objects: 100% (21/21), 908.07 KiB | 0 bytes/s, done.
Total 21 (delta 17), reused 0 (delta 0)
git leva muito tempo para responder e, em seguida, dá
"efrror: RPC failed; result=55, HTTP code = 0
atal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date"
Eu pesquisei este código de erro, e a solução mais provável parece ser estender o tamanho do buffer
git config http.postBuffer 524288000
Eu tentei esta solução sem sucesso. Após a sugestão do VonC, tentei mudar de http para ssh. De ssh, eu tenho um longo desligar no mesmo ponto. Eventualmente, a seguinte mensagem de erro aparece
Read from remote host github.com: Connection reset by peer
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Isso poderia ser um problema de roteador? Eu tentei empurrar de um computador diferente em uma rede diferente e consegui fazer isso com sucesso.
Estou longe da minha máquina Linux em um host Windows e usando a terrível interface poshGit do Windows PowerShell.
Alguma ideia??