you might still be able to use most commands that do not involve remote
from within NetBeans, like commit (including editing the commit messages),
diff etc. only for push and pull you might need the cli. You might also
want to look if fetch works. That is quite equivalent to pull.
met vriendelijke groet
Pieter van den Hombergh

Op wo 25 jun 2025, 20:57 schreef <avaluedcusto...@freenet.de>:

> 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: 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
>
>

Reply via email to