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

500 error creating pull request #8351

Closed
2 of 8 tasks
bkmgit opened this issue Oct 2, 2019 · 2 comments
Closed
2 of 8 tasks

500 error creating pull request #8351

bkmgit opened this issue Oct 2, 2019 · 2 comments

Comments

@bkmgit
Copy link
Contributor

bkmgit commented Oct 2, 2019

  • Gitea version (or commit ref): Gitea 1.9.3
  • Git version: 1.8.3.1
  • Operating system: Cent OS 7
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MariaDB
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:
    Not sure what to put here. Log contains only SQL command history.

Description

500 error obtained when trying to merge a pull request through the web interface. It is possible to merge the pull requests using the command line on a different computer, for example following

and then pushing the changes.

Specifically, within the main repository one is working in, one can:

git remote add somefork https://my.gitea.ip:3000/cool/fork
git fetch somefork
git checkout master
git merge somefork/master
git push

Old related issues include #5253 #1434 #6460 #7636
...

Screenshots

@guillep2k
Copy link
Member

There are some important incompatibilities in git versions prior to 1.9.0. Check Gitea's README. Please consider upgrading git.

@bkmgit
Copy link
Contributor Author

bkmgit commented Oct 3, 2019

Thanks, upgrading git resolved the issue.

@bkmgit bkmgit closed this as completed Oct 3, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants