I am trying to clone repository accessible via HTTPS protocol using GIT plugin in Eclipse (Eclipse Juno). This repository has a self-signed certificate.
When I use command line git clone
and specify the sslVerify
option, I am able to clone that repository locally:
git config --global http.sslVerify no
However, I wanted to achieve that on EGit or GIT client plugin for Eclipse.
How to set this configuration in Eclipse?
UPDATE:
Have tried this: https://stackoverflow.com/a/9742520/405117 Did not work :(
UPDATE 2:
Error received: username@servername/git/repository project: cannot open git-upload-pack:
Please check:
- Network Connection Settings
- Network Connection ->SSH2 Eclipse Preferences
You may also need to restart Eclipse after making these changes.
These changes are already made but no luck :(
UPDATE 3: Same issues with Egit 2.2.0