I am trying to clone a git repo from a github enterprise server over https from egit but I am getting the following error:
https://myServer/myOrg/myRepo.git: cannot open git-upload-pack:
https://myServer/myOrg/myRepo.git: cannot open git-upload-pack
I've tried adding the following to my .gitconfig but I'm am getting the same error.
[http]
sslVerify = false
I am able to clone a repo from my github enterprise server with msysgit without any problems. I can also successfully clone a repo on github using egit or msysgit. I'm using version 2.1.0 of EGit. Our git server is not behind a proxy and it is using basic authentication.
Any idea why I can't clone from egit.