-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Internal Server Error 500: GetBranchCommit: packfile not found #8330
Comments
Can I provide anything else to help in/advance the analysis of the error? |
I've had just the same error. Pushing another commit to the default branch on my repository opens the repository again, but looking at the commit history does produce a 500 error due to
For me this looks to be a bug in go-git not handling some case in a commit properly (as git itself does not report any errors) |
we have the same problem with one of our repositories - when clicking on the repository in the web interface we get error 500 Log entry: using: |
@pampersrocker could you send an issue to https://github.com/src-d/go-git |
If you look at the issues in src-d/go-git ( src-d/go-git#1223 , src-d/go-git#1149 , src-d/go-git#1153 ) this is caused when a A workaround for now is to manually run |
manually triggered garbage collection via gitea site administration page and the issue is fixed. Thank you! |
Manually running |
[x]
):Description
When trying to open one of my repos in the Gitea web interface, I receive an Internal Server Error 500. Checking the log file, I see:
(I removed the timestamp)
Screenshots
The text was updated successfully, but these errors were encountered: