-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal: The remote end hung up unexpectedly #12
Comments
From @antoinedc on April 7, 2017 15:50 Happens during the build phase as well after the code is pushed. |
From @bacongobbler on April 7, 2017 18:9 You can try Can you check your load balancer's logs? Something somewhere along the connection is hanging up. |
From @antoinedc on April 7, 2017 21:33 I'm able to deploy a docker image (I tried this one: https://github.com/deis/example-dockerfile-http) Here are the ELB logs I have:
|
From @antoinedc on April 7, 2017 11:37
Hi,
I'm trying to push a codebase that's ~140mb, and I keep getting the
fatal: The remote end hung up unexpectedly
error.The timeout on my ELB is 3600 (max), and looking at other threads I couldn't find any other solutions to fix that besides upping this value.
Is there any other way to push the code with Deis?
Copied from original issue: deis/builder#506
The text was updated successfully, but these errors were encountered: