We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi 👋
Wondering if we can revisit a problem I've run into, which I'm quite sure is something I'm doing wrong!
Previous issues that are similar (but different): #2401 and #10420
In my case $ git log -v -p --show-signature shows a correct signature:
$ git log -v -p --show-signature
$ git log -v -p --show-signature commit 02e2aebc49d793fa2100a3504cf8b991d4e384ac (HEAD -> master, origin/master) gpg: Signature made Tue Jul 13 08:34:57 2021 AEST gpg: using RSA key C1F16643ADFF61B4A39EA3FEAC4C014F1440EBD6 gpg: Good signature from "James Mills (Public) <prologic@shortcircuit.net.au>" [ultimate] Author: James Mills <prologic@shortcircuit.net.au> Date: Tue Jul 13 08:34:56 2021 +1000 Remove Github workflows
And my Gitea server instance is running in UTC:
$ docker ps | grep gitea f498ca1c4cc9 gitea/gitea:1.14.4 "/usr/bin/entrypoint…" 2 days ago Up 2 days 22/tcp, 3000/tcp gitea_server.1.8ltljg9k4ah4phybh7qg7sbe5 $ docker exec -i -t f498ca1c4cc9 date Tue Jul 13 00:27:38 UTC 2021
I'm running Gita 1.14.4 with a SQLite database (although that probably means nothing here).
I can see that basically we're falling thorugh this section of code:
gitea/models/gpg_key.go
Lines 609 to 615 in e0296b6
Though I don't yet fully understand what we're doing here (yet), been a while since I've worked with GPG using Go.
Any hints would be appreicated!
See: https://git.mills.io/prologic/tube/commit/02e2aebc49d793fa2100a3504cf8b991d4e384ac
The text was updated successfully, but these errors were encountered:
closing as dupe of #16344
Sorry, something went wrong.
No branches or pull requests
Hi 👋
Wondering if we can revisit a problem I've run into, which I'm quite sure is something I'm doing wrong!
Previous issues that are similar (but different): #2401 and #10420
In my case
$ git log -v -p --show-signature
shows a correct signature:And my Gitea server instance is running in UTC:
I'm running Gita 1.14.4 with a SQLite database (although that probably means nothing here).
I can see that basically we're falling thorugh this section of code:
gitea/models/gpg_key.go
Lines 609 to 615 in e0296b6
Though I don't yet fully understand what we're doing here (yet), been a while since I've worked with GPG using Go.
Any hints would be appreicated!
See: https://git.mills.io/prologic/tube/commit/02e2aebc49d793fa2100a3504cf8b991d4e384ac
The text was updated successfully, but these errors were encountered: