-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Crash when collaborator pushes/pulls to a private repo #7018
Comments
Looks like it ran out of memory. |
Hmm so it looks like you're pushing over http. Can you check http log and the hook logs. It might be worth checking if pushing over SSH works. |
I don't suppose you can reproduce on try? |
how big is the repo you are trying to push/pull? And/or perhaps maybe more relevant here, what is reported on the server for |
Have you enabled code search? |
I perhaps found the problem. My Gitea instance was running in a LXC container with Debian 9. It seems like there is a compatibility issue with So I close the issue for now as it seems it has nothing to do with Gitea. |
[x]
):https://gist.github.com/tcpluess/4b4f899e4bfb2dff23323a21e1ca54ee
Description
My colleague has created a private repository as follows:
And I am added as collaborator to that repo:
It worked fine to clone the repo and push to it, as one can see:
However, since he made the last commit, gitea silently crashes when I try to push again some changes or pull from the repo. I set the log level to Debug, but this doesn't give much more info.
I checked the
journalctl
as well (see gist) and alsodmesg
(see gist as well).The text was updated successfully, but these errors were encountered: