2016-04-29 13 views
11

Wciąż dostaję ten błąd, gdy próbuję naciskać nic do mojego własnego serwera gitlab:Gitlab push Failed Błąd

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 

nie mam pojęcia, dlaczego wciąż otrzymuję ten błąd. Próbowałem pchać, a potem znikąd z powodzeniem. Ale wszystko, co próbowałem przeforsować, spowodowało ten sam błąd.

Oto bardziej szczegółowy dziennik:

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 
+0

Wygląda na https://github.com/gitlabhq/gitlabhq/issues/9148 lub http://stackoverflow.com/questions/11500847/php-curl-error-curl-56-recv-failure-connection-reset -by-peer. Brak ostatecznej odpowiedzi. – VonC

+0

Spójrz na to pytanie: http://stackoverflow.com/questions/10285700/curl-error-recv-failure-connection-reset-by-peer-php-curl –

+1

Mam ten sam problem. aby rozwiązać ten problem, robię następujące rzeczy: 'git reset - hard HEAD ~ 1' po tym. Dodaję moje pliki projektu do tego samego folderu ponownie, ponieważ wszystko wróciło do poprzedniego etapu. tak więc wykonanie następujących poleceń. 'git add * - git commit -m 'again' - git push'. następnie pomyślnie popycha. –

Odpowiedz