You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signing has stopped to function in the latest version, with the following message:
You need a passphrase to unlock the secret key for
user: "foo bar <[email protected]>"
1024-bit DSA key, ID ABCDEFGH, created 2015-01-01
gpg: can't open `--local-user': No such file or directory
gpg: signing failed: file open error
1.5.0 is ok.
The text was updated successfully, but these errors were encountered:
Placing --local-user and its argument after the filename makes gpg
think it is the file you're trying to sign. This was re-ordered
accidentally during my refacorting efforts which broke signing.
Closespypa#130
Signing has stopped to function in the latest version, with the following message:
1.5.0 is ok.
The text was updated successfully, but these errors were encountered: