continuo a ricevere questo errore quando provo a spingere qualsiasi cosa per il mio server gitlab:Gitlab spinta errore Impossibile
Push failed
Failed with error:
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed;
curl 56 Recv failure: Connection was reset
non ho idea del perché continuo a ricevere questo errore. Ho continuato a cercare di spingere e poi dal nulla lo ha spinto con successo. Ma tutto ciò che ho provato a spingere dopo mi ha dato lo stesso errore.
Ecco un registro più dettagliato:
16:21:39.932: [gallery] git -c core.quotepath=false push --progress --porcelain origin refs/heads/master:master
Counting objects: 12, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (12/12), done.
Writing objects: 100% (12/12), 1.88 MiB | 25.00 KiB/s, done.
Total 12 (delta 3), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Done
error: RPC failed; curl 56 Recv failure: Connection was reset
Sembra https://github.com/gitlabhq/gitlabhq/issues/9148 o http://stackoverflow.com/questions/11500847/php-curl-error-curl-56-recv-failure-connection-reset -da-peer. Nessuna risposta definitiva però. – VonC
Dai un'occhiata a questa domanda SO: http://stackoverflow.com/questions/10285700/curl-error-recv-failure-connection-reset-by-peer-php-curl –
ho anche lo stesso problema. per risolvere questo problema sto seguendo le seguenti cose: 'git reset --hard HEAD ~ 1' dopo quello. sto aggiungendo di nuovo i miei file di progetto nella stessa cartella perché tutto è tornato nella fase precedente. quindi eseguendo i seguenti comandi. 'git add * - git commit -m 'again' - git push'. poi spinge con successo. –