-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Invalid char in SQL query #2369
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
Comments
fixed by #2361 |
#2367 will fix this. |
6543
pushed a commit
to 6543-forks/gitea
that referenced
this issue
Feb 26, 2024
- Clarify in the description shown in the "Manage SSH Keys" section, that verified SSH keys can be used as verification for Git commits that were signed with SSH keys. - Resolves go-gitea#2369
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gitea/models/repo_list.go
Line 158 in 64b7068
"access"
is not valid in a sql query, it should be `access` instead. This error causes 500 Internal Server errors:The text was updated successfully, but these errors were encountered: