I am getting cannot open git-upload-pack error in eclipse when cloning, I tried all solutions available online but still getting this error while cloning. Interestingly IntelliJ Idea works fine(but don't want to ask employer to buy license of IntelliJ Idea) for this repository. I am using eclipse Oxygen with JDK 8
Some images of errors and settings of eclipse
Image of error that I get while cloning
What I tried
- All solutions in this post
- Adding "-Dhttps.protocols=TLSv1" to eclipse.ini as suggested on this answer
- Changing Eclipse and JDK version.
I am out of options. Not sure what else should I try.