-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Having issue with accessing directory inside a repository having same name as username #8603
Comments
Migrating this to view logs suggest problem is unrelated to username but nil reference with new GPG code added recently:
|
OK, I think I understand what's happened here. The stack trace implies that L684 here is the cause - but actually it's wrong the cause is coming from L685 Lines 682 to 685 in c8f3146
The Lines 503 to 508 in c8f3146
|
Now So there's another bug that this is revealing in: gitea/modules/git/commit_info.go Line 15 in c8f3146
In particular: gitea/modules/git/commit_info.go Lines 67 to 76 in c8f3146
Where at L74 the coerced commit doesn't gain a reference to the underlying repository |
[x]
):Description
accessing folders inside repository with same name as user name gives error 500.
...
Screenshots
The text was updated successfully, but these errors were encountered: