Re: git pull/push not working over ssh
[email protected] Wed, 25 Jun 2025 20:56:44 +0200
| Newsgroups | gmane.comp.java.ide.netbeans.user |
|---|---|
| Message-ID | <[email protected]> |
Am 25.06.25 um 16:39 schrieb Michael Bien: >> 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. I am using 26, but this hasn't been working in 24 and 25 either. But I didn't really care as I could use https then. But now that everything was switched to ssh, it's a bit cumbersome. --------------------------------------------------------------------- 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