On 2022-10-12 08:55, Fabian Stelzer wrote: > I assume you have specified your key in the git config in user.signingkey as > the literal keystring? > If so, then you'll need a `key::` prefix. Otherwise git will treat it as a > file path. > See > https://git-scm.com/docs/git-config#Documentation/git-config.txt-usersigningKey > > In the initial merge of this feature, git would allow ssh-* keys to be > specified without the prefix. This was later deprecated and not all > Tutorial/Docs you'll find online consider this. Our mails crossed :) This was the actual error, thanks a lot! -- Best regards, Nicolas Graves