1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-24 08:34:28 +00:00
zeripath 4b4884ce88
Return nicer error if trying to pull from non-existent user (#18288)
* Return nicer error if trying to pull from non-existent user

Gitea serv will currently return an 500 if we try to pull from a repository where
the owner does not exist.

This PR checks for the UserNotExist Error when checking for the user and will
return a NotFound error instead.

Fix #18225
2022-01-16 11:44:11 +08:00
..
2022-01-10 17:32:37 +08:00
2021-12-15 14:59:57 +08:00
2021-12-15 14:59:57 +08:00