draganbjedov opened a new issue, #9394:
URL: https://github.com/apache/netbeans/issues/9394
### Apache NetBeans version
Apache NetBeans 29
### What happened
I have setup signing git commits with ssh, but I have same issue if I choose
gpg.
```.gitconfig
[user]
name = Dragan Bjedov
email = [email protected]
signingkey = C:\\Users\\dragan\\.ssh\\id_ed25519
[gpg]
format = ssh
[commit]
gpgsign = true
```
When I try to commit changes error appears:
```
org.eclipse.jgit.api.errors.UnsupportedSigningFormatException:
No signer for ssh signatures.
Use another signature type for git config gpg.format, or do not sign.
```
Commit from terminal works fine.
Same issue is visible on Windows and Linux.
I checked and jgit supports signing with ssh or gpg.
### Language / Project Type / NetBeans Component
_No response_
### How to reproduce
Enable signing commits as show above and try to commit from NetBeans.
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
Windows, Linux Mint
### JDK
JDK 25
### Apache NetBeans packaging
Apache NetBeans binary zip
### Anything else
_No response_
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists