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: [email protected] Gesendet: 25.06.2025 14:50 Uhr An: [email protected] Kopie: [email protected] 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 [email protected]: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: [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
