wolfgangreder opened a new issue, #8776:
URL: https://github.com/apache/netbeans/issues/8776

   ### Apache NetBeans version
   
   Apache NetBeans 27
   
   ### What happened
   
   When i try to commit a change to github with commit signing active netbeans 
fails to commit with the following stacktrace:
   ```
   INFO [org.netbeans.modules.git]: 
org.eclipse.jgit.api.errors.UnsupportedSigningFormatException: No signer for 
openpgp signatures. Use another signature type for git config gpg.format, or do 
not sign.
   org.eclipse.jgit.api.errors.UnsupportedSigningFormatException: No signer for 
openpgp signatures. Use another signature type for git config gpg.format, or do 
not sign.
        at org.eclipse.jgit.api.CommitCommand.sign(CommitCommand.java:327)
        at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:281)
        at 
org.netbeans.libs.git.jgit.commands.CommitCommand.run(CommitCommand.java:138)
   Caused: org.netbeans.libs.git.GitException
        at 
org.netbeans.libs.git.jgit.commands.CommitCommand.run(CommitCommand.java:153)
        at 
org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:56)
        at 
org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:53)
        at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:571)
        at 
org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:53)
        at org.netbeans.libs.git.GitClient.commit(GitClient.java:491)
        at org.netbeans.modules.git.client.GitClient$9.call(GitClient.java:298)
        at org.netbeans.modules.git.client.GitClient$9.call(GitClient.java:294)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:945)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker$1.call(GitClient.java:968)
        at 
org.netbeans.modules.git.FilesystemInterceptor.runWithoutExternalEvents(FilesystemInterceptor.java:477)
        at org.netbeans.modules.git.Git.runWithoutExternalEvents(Git.java:259)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethodIntern(GitClient.java:978)
        at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:905)
        at org.netbeans.modules.git.client.GitClient.commit(GitClient.java:294)
        at 
org.netbeans.modules.git.ui.commit.CommitAction$CommitProgressSupport.commit(CommitAction.java:343)
   [catch] at 
org.netbeans.modules.git.ui.commit.CommitAction$CommitProgressSupport.perform(CommitAction.java:234)
        at 
org.netbeans.modules.git.client.GitProgressSupport.performIntern(GitProgressSupport.java:92)
        at 
org.netbeans.modules.git.client.GitProgressSupport.run(GitProgressSupport.java:85)
        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1403)
        at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
   ```
   
   ### Language / Project Type / NetBeans Component
   
   _No response_
   
   ### How to reproduce
   
   1. Checkout git repo
   2. Change some file
   3. try to commit
   
   <img width="451" height="198" alt="Image" 
src="https://github.com/user-attachments/assets/1b490a01-b5de-468f-b412-d347a0563735";
 />
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Linux
   
   ### JDK
   
   jdk32
   
   ### 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

Reply via email to