-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
- Gitea version (or commit ref): 6aacf4d
- Git version: 2.7.4
- Operating system: Ubuntu 16.04
- Database (use
[x]
):- PostgreSQL
- MySQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
[...routers/repo/wiki.go:56 renderWikiPage()] [E] GetBranchCommit: object does not exist [id: refs/heads/master, rel_path: ]
Description
Hi all!
I'm trying to migrate my repositories hosted on my own gitlab-ce instance to a gitea server (due to performance issues and the fact that gitlab is really bloated and appears to have a head of its own).
When creating a repo from scratch I can add and edit wiki pages just fine, however if I migrate a repo from gitlab I get a 500 error, showing the above line in the log.
Could not try on https://try.gitea.io since I didn't receive activation email for account yet.
This might be related to this gogs issue.