Hello all, Normally, I am a CLI-only user of Git, and I mostly use it on Linux. (Ubuntu 24.04) but for the mail from avaluedcustomer I freshly installed NB 26 via the installer on Windows 11 , i.e. with bundled Jdk 24. Did that this morning. It works with an RSA key and github, with the mentioned output.
My assumption about the Git process stems from my earlier experience with SVN and NetBeans, where I was given the choice between JavaHL and CLI. But that is in long-gone times. Met vriendelijke groet, Pieter van den Hombergh. Kerboschstraat 12 5913 WH Venlo On Wed, Jun 25, 2025 at 4:42 PM Michael Bien <mbie...@gmail.com> wrote: > Hi, > > > On 6/25/25 10:44, avaluedcusto...@freenet.de wrote: > > Hello, > > > > > > I am working on a project where the git repository is cloned via ssh (I > am using Windows 10 if that makes a difference). > > > > > > When I am trying to pull or push, NetBeans always asks me for my > credentials: https://i.imgur.com/iDi8uPb.png > > > > > > > > Even if I provide the full path to my private key file, it still fails. > When I click on cancel in the "password prompt" dialog, i get an error: > > > > > > ssh://git@****.git: fromBase64: invalid base64 data > > > > > > The stacktrace of the error is here: > https://notebin.de/?6e45e5e24d34f351#HPVmf7f4ye2DoXJuPifP57ZcpPpyFdt18UCujszHfykp > > > and > > > On 6/25/25 15:15, avaluedcusto...@freenet.de wrote: > > I see the git command in the output window when doing a commit, but not > when doing a pull or push. > > NetBeans uses jgit which is a java based implementation of git. It doesn't > actually run the commands you see in the log as external process. > > I often use CLI for some of the git tasks (e.g pull/push), I tried once > using NB and EdDSA keys and they didn't work. > > Fixing this would likely involve swapping out a dependency: > https://github.com/apache/netbeans/issues/7572 > > RSA did work though last time I checked (which was a while ago when I > filed this issue). > > > Not sure if you mentioned a NB version anywhere - but it would be helpful > to check on NB 26 and also an older version to see if this is a regression > due to a jgit update or something similar. > > best regards, > > michael > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >