Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoSigning git commits issue
I wanted to try the new "sign git commits" feature and did everything exactly as described in the docs
But when i try to commit something now im getting the following error
error: unsupport...
Former Member
3 years agoWhen running ssh -T git@github.com
the only message i get is
git@github.com: Permission denied (publickey).
but when running ssh -vT git@github.com
a connection can be made
OpenSSH_9.0p1, OpenSSL 1.1.1q 5 Jul 2022
debug1: Reading configuration data /c/Users/fabia/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to github.com [140.82.121.4] port 22.
debug1: Connection established.
...
debug1: No more authentication methods to try.
git@github.com: Permission denied (publickey).