-
Notifications
You must be signed in to change notification settings - Fork 0
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
HTTPS remote hangs up on push #19
Comments
Can't seem to reproduce on my end... |
This seems to happen from time to time, see #3 . What error is the student receiving? |
It's possible that it has to do with people attempting to push too much data over https. The error above occurred after attempting to push 50 MB |
That looks like it could be the issue ref: http://www.jamescoyle.net/how-to/894-gitlab-error-fatal-the-remote-end-hung-up-unexpectedly and http://stackoverflow.com/questions/12651749/git-push-fails-rpc-failed-result-22-http-code-411 It looks like there is a trivial client-side solution, or a module we can enable in nginx to allow it to accept larger http streams. |
It seems some students have a problem when using credentials to go a
git push
with an https remote.Switching to using ssh fixes the problem, but this still seems like a bug.
The text was updated successfully, but these errors were encountered: