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

HTTP push fails with Error 500 #1085

Closed
simonthum opened this issue Feb 28, 2017 · 2 comments
Closed

HTTP push fails with Error 500 #1085

simonthum opened this issue Feb 28, 2017 · 2 comments
Labels
issue/duplicate The issue has already been reported.

Comments

@simonthum
Copy link

Hi all,

I am trying to upload an insanely oversized repo (ex SVN) using plain http to my freshly installed gitea 1.0.1. on windows, installed as a service. Smaller repos worked fine.

$ git push mine --all
Counting objects: 85538, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (19927/19927), done.
Writing objects: 100% (85538/85538), 1.99 GiB | 11.15 MiB/s, done.
Total 85538 (delta 69000), reused 79958 (delta 64546)
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 Internal Server Error
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

http.log:

2017/02/28 13:06:12 [...routers/repo/http.go:385 serviceRPC()] [E] fail to serve RPC(receive-pack): exit status 128

Other logs did not show correlated events.

It seems I am hitting some POST size limit. Is it possible to adjust this limit?

(I know how to organize repos better and smaller in general...)

@lunny
Copy link
Member

lunny commented Feb 28, 2017

This is a known issue #218 and should be resolved by #1030 which has been merged to v1.1.

@lunny lunny closed this as completed Feb 28, 2017
@lunny lunny added the issue/duplicate The issue has already been reported. label Feb 28, 2017
@simonthum
Copy link
Author

Sorry I didn't find it, thanks a lot!

@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/duplicate The issue has already been reported.
Projects
None yet
Development

No branches or pull requests

2 participants