instructions to verify GPG key do not work on Windows#1808
Labels
No labels
accessibility
bug
bug
infrastructure
Codeberg
contributions welcome
docs
duplicate
enhancement
infrastructure
legal
licence / ToS
please chill
we are volunteers
public relations
question
question
user support
s/Forgejo
s/Pages
s/Weblate
s/Woodpecker
security
service
upstream
wontfix
No milestone
No project
No assignees
2 participants Notifications
Due date No due date set.
Dependencies
No dependencies set.
Reference: Codeberg/Community#1808
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Comment
When trying to verify my GPG key with the instructions provided on https://codeberg.org/user/settings/keys, I always got the error message "Der GPG-Key, die Signatur, und das Token stimmen nicht überein, oder das Token ist veraltet.". I was able to verify the signature locally:
Examining the token file, I noticed that the file contained both the double quotes as well as a line break. Removing these and signing the token from the file allowed me to verify my GPG key. It might be possible to use
echo.2911...c4d9
to ged rid of the quotes, but that leaves the newline (don't know whether this is an issue)@vwegert-adesso wrote in #1808 (comment):
The line break is fine, Codeberg compensates for that. Although the double quotes is a problem, what terminal are you using? This sound like very interesting Windows behavior.
In this case plain cmd.exe:
I'm not necessarily suggesting any changes in the implementation of the current feature, just maybe a textual change - "on Windows use ..." vs "on an actual operating system use..."