No problem either. output window contains ==[IDE]== 25 Jun 2025, 16:19:08 Committing... Git Commit ---------- git add C:\Users\hom\NetBeansProjects\testeasypom\pom.xml git commit -m changed user id hom -> homberghp C:\Users\hom\NetBeansProjects\testeasypom\pom.xml Commit Log revision : a8f1a82c8f44414bd7263b74c7464862e3aa203f author : Pieter van den Hombergh <pieter.van.den.hombe...@gmail.com> date : 25 Jun 2025, 16:19:08 summary : changed user id hom -> homberghp
INFO: End of Commit ==[IDE]== 25 Jun 2025, 16:19:08 Committing... finished. ==[IDE]== 25 Jun 2025, 16:20:17 Pushing - testeasypom git branch git remote -v setting up remote: origin git submodule status git push g...@github.com:jristretto/testeasypom.git refs/heads/v17:refs/heads/v17 Resolving deltas: 100% (2/2), completed with 2 local objects. Remote Repository Updates Branch Update : v17 Old Id : 238d13b4f319669522d359e4808109d36a3f99d2 New Id : a8f1a82c8f44414bd7263b74c7464862e3aa203f Result : OK Show changes in [Search History] or as [Diff] Local Repository Updates Branch Update : v17 Old Id : 238d13b4f319669522d359e4808109d36a3f99d2 New Id : a8f1a82c8f44414bd7263b74c7464862e3aa203f Result : FORCED Show changes in [Search History] or as [Diff] ==[IDE]== 25 Jun 2025, 16:20:19 Pushing - testeasypom finished. Met vriendelijke groet, Pieter van den Hombergh. Kerboschstraat 12 5913 WH Venlo Note that my protocol definition is g...@github.com:jristretto/testeasypom.git, in particular git: as protocol specifier. This is not github specific, but the short form of the git protocol over ssh. I assume that works with bitbucket too. On Wed, Jun 25, 2025 at 4:03 PM Pieter van den Hombergh < pieter.van.den.hombe...@gmail.com> wrote: > then i will try that too. > > > > met vriendelijke groet > Pieter van den Hombergh > > Op wo 25 jun 2025, 15:17 schreef <avaluedcusto...@freenet.de>: > >> I see the git command in the output window when doing a commit, but not >> when doing a pull or push. >> In that case the already mentioned dialog shows up before anything >> happens. >> >> >> I tried add the sshCommand to my .gitconfig, but to no avail. >> >> >> I think this must be some NetBeans configuration, rather than a git/ssh >> problem. >> >> >> -----ursprüngliche Nachricht----- >> Von: pieter.van.den.hombe...@gmail.com >> Gesendet: 25.06.2025 14:50 Uhr >> An: avaluedcusto...@freenet.de >> Kopie: users@netbeans.apache.org >> Betreff: Re: git pull/push not working over ssh >> >> If you are using openssh, there is no need to do anything with keys. They >> are in the proper format. >> >> In my setup (windows 11, freshly netbeans 26), looking at the output >> window in netbeans, I see that this netbeans simple composes a command line >> for git and has git execute that. That work for just fine, at least for >> cloning. >> >> >> git init C:\Users\hom\NetBeansProjects\testeasypom >> git fetch g...@github.com:jristretto/testeasypom.git >> +refs/heads/main:refs/remotes/origin/main >> +refs/heads/v11:refs/remotes/origin/v11 >> +refs/heads/v17:refs/remotes/origin/v17 >> +refs/heads/v21:refs/remotes/origin/v21 >> +refs/heads/v24:refs/remotes/origin/v24 >> >> my global setup for git is (~/.gitconfig) is >> >> >> -- >> >> --------------------------------------------------------------------- >> 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 >> >>