Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
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 o

Re: git pull/push not working over ssh

2025-06-25 Thread Michael Bien
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

Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
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

Re: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
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 u

Re: Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
sendet: 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,

Re: Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
t; 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 wi

RE: Re: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
, 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

Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
ther. > > > -ursprüngliche Nachricht- > Von: pieter.van.den.hombe...@gmail.com > Gesendet: 25.06.2025 11:45 Uhr > An: avaluedcusto...@freenet.de > Kopie: users@netbeans.apache.org > Betreff: Re: git pull/push not working over ssh > > > > Your problem

RE: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
11:45 Uhr  An: avaluedcusto...@freenet.de  Kopie: users@netbeans.apache.org  Betreff: Re: git pull/push not working over ssh Your problem reminds me of the fact that putty ssh keys are in a different format than openssh keys. I had to convert them. Anyway, depending on what you are using, opens

Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
Your problem reminds me of the fact that putty ssh keys are in a different format than openssh keys. I had to convert them. Anyway, depending on what you are using, openssh or putty, that might have a clue. Also, if you are using an ssh-agent, make sure that is up and running before you start netbe