Hello everyone!
I've configure a git server. I need to use ssh because I've defined permissions using users of my domain, using LDAP. Only users with permissions could read a project.
So, the links to access my repositories are like that: ssh://
[email protected]@hostname/var/git/repo.git
When I clone, commit or push a project using linux git commands or using tortoisegit on windows, there is no problem, everything works as expected.
However, I've tried to clone a project using plugins from Eclipse (EGit) and
Netbeans (NBGit), with no success. Seems that they can't recognize the host. I've accessed using a user from the server (not from the domain) and it cloned the project perfectly. Seems that the plugins assume that the host is everything after the first @.
Do you know how I can solve this problem?
There are any other Git plugins for those IDEs?
Thanks for your answers.
Best Regards,
ukrania