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: macOS installer doesn't seem to work

2025-06-25 Thread Thad Humphries
I downloaded the installer from https://installers.friendsofapachenetbeans.org/ Look for "/Applications/Apache NetBeans.app", which is where it was placed on my M2 MacBook Pro (with macOS 15.5) On Wed, Jun 25, 2025 at 3:57 PM Philip Wasson wrote: > Hi, > > I’m trying to get back into developmen

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

macOS installer doesn't seem to work

2025-06-25 Thread Philip Wasson
Hi, I’m trying to get back into development and figured I’d start with an up-to-date environment. I downloaded the NetBeans 26 community installer for aarch64 and ran it. It said it finished, but I can’t find NetBeans 26 anywhere. Spotlight doesn’t find “NetBeans 26”. The most recent version I

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
then i will try that too. met vriendelijke groet Pieter van den Hombergh Op wo 25 jun 2025, 15:17 schreef : > 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. > >

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

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

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

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

Re: git pull/push not working over ssh

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

Re: Undeploy an app from Tomcat connected with NetBeans

2025-06-25 Thread Maciej Jaros
Removing both works (xml in conf, subdir in work), thanks :-) Jens Zurawski (2025-06-25 11:11): Hi Maciej, check the conf/Catalina/localhost and work/Catalina/localhost directories of your Tomcat installation. There you will find the corresponding files. cu Jens Am 24.06.2025 um 14:47 sch

RE: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
I am using OpenSSH keys.  Putty is not involved, only git. Git seems to work fine with the OpenSSH key.  I converted my OpenSSH to a Putty key, but NetBeans isn't happy with that either.  -ursprüngliche Nachricht-  Von: pieter.van.den.hombe...@gmail.com  Gesendet: 25.06.2025 11:45 Uhr

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

Re: Undeploy an app from Tomcat connected with NetBeans

2025-06-25 Thread Jens Zurawski
Hi Maciej, check the conf/Catalina/localhost and work/Catalina/localhost directories of your Tomcat installation. There you will find the corresponding files. cu Jens Am 24.06.2025 um 14:47 schrieb Maciej Jaros: Hi, Is there a way to undeploy apps from Tomcat that were deployed by NetBea

git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
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.com/iDi8uPb.png Even if I provide the full path to my private key f