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

Reply via email to