-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
500 error creating pull request for LFS repo #4760
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
Comments
Pull Request is not created if assigned participant in this moment. |
I think there was already issue reported about this |
related with #4463, but that issue is merging issue not creating. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
This is happening for me as well |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
I think I've finally found the cause and a workaround: I suspect that you have git-lfs version greater than 2.3.4 installed on your server and gitea user has a .gitconfig file containing: [filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true If you remove that that should act as a workaround. |
This is a duplicate of #732 |
[x]
):Description
Creating a pull request on a repository that uses LFS produces a 500 error.
Relevant log snippet:
The text was updated successfully, but these errors were encountered: