Skip to content

500 error creating pull request #8351

Closed
@bkmgit

Description

@bkmgit
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions