Skip to content
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

Open
liaoarden opened this issue Apr 25, 2014 · 5 comments
Open

HTTPS remote hangs up on push #19

liaoarden opened this issue Apr 25, 2014 · 5 comments
Labels

Comments

@liaoarden
Copy link

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.

@liaoarden liaoarden added the bug label Apr 25, 2014
@liaoarden
Copy link
Author

Can't seem to reproduce on my end...

@lanrat
Copy link
Member

lanrat commented Apr 26, 2014

This seems to happen from time to time, see #3 .

What error is the student receiving?

@liaoarden
Copy link
Author

The remote just hangs up on him. The weird thing is that git actually goes ahead and starts the push and runs the GC, but then it hangs up again.

example:

@liaoarden
Copy link
Author

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

@lanrat
Copy link
Member

lanrat commented Apr 26, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants