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 agoFWIW, I am experiencing the same thing, even though I can log into a local gitlab instance.
```
❯ ssh -T git@gitlab.jinkit.com
Warning: Permanently added 'gitlab.jinkit.com' (ED25519) to the list of known hosts.
Welcome to GitLab, @v1k0d3n!
❯ git commit -s -m "update README"
error: Error: AppError { error: could not authenticate with ssh agent, location: Location { file: "ssh/op-ssh-sign/src/ops.rs", line: 95, col: 37 } }
fatal: failed to write commit object
```