Re: NB 9.0: git pull not working

2018-09-14 Thread Neil C Smith
On Fri, 14 Sep 2018 at 12:04, Thomas Kellerer wrote: > > I was using the one from https://adoptopenjdk.net/ as well as the one from > http://jdk.java.net/10/ Could also try Azul's Zulu build? Wonder if it's https://github.com/AdoptOpenJDK/openjdk-build/issues/469 Best wishes, Neil --

Re: NB 9.0: git pull not working

2018-09-14 Thread Thomas Kellerer
I was using the one from https://adoptopenjdk.net/ as well as the one from http://jdk.java.net/10/ I also had problems with Gradle (on the commandline, not in NetBEans) and the one from AdoptOpenJDK because it was not able to retrieve packages through https. I could fix that by copying the "c

Re: NB 9.0: git pull not working

2018-09-14 Thread Neil C Smith
On Fri, 14 Sep 2018 at 06:39, Thomas Kellerer wrote: > I am using OpenJDK which in general seems to have problems initiating https > request due to missing CA Certs. Out of interest, which OpenJDK version and from where? I've had bug reports with my platform app around this on Ubuntu, whereas w

Re: NB 9.0: git pull not working

2018-09-13 Thread Thomas Kellerer
The repository was checked out using the command line git, so it's using the same URL. But the answer on SO did fix this. And I think I know why this happens: I am using OpenJDK which in general seems to have problems initiating https request due to missing CA Certs. NetBeans apparently uses

Re: NB 9.0: git pull not working

2018-09-10 Thread Peter Nabbefeld
Hello, the error message seems to be created by git, not NetBeans - are You probably using different URLs? Probably one of the answers presented here might help You: https://stackoverflow.com/questions/7077016/how-can-i-resolvecan-not-open-git-upload-pack-error-in-eclipse Kind regards Peter

NB 9.0: git pull not working

2018-09-10 Thread Thomas Kellerer
When I use "Git -> Remote -> Pull from upstream" I get an error "cannot open git-upload-pack" from inside NetBeans However when I run git from the command line (Windows 10) everything works fine. This only happens with one repository, other repository in our company work fine from within NetB