You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to import a project from its hosted repository.
The repository is located on an internal server.
The hosted project repository URL is like:
ssh://myname@myserver/srv/git/myproject.git
When i write this URL into The Eclipse Che IDE import project window, i get the error:
The address of the remote server is incorrect.
But if i change this URL as:
ssh://myname@www.myserver/srv/git/myproject.git
there's no error.
How can i import from an internal server repository ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I want to import a project from its hosted repository.
The repository is located on an internal server.
The hosted project repository URL is like:
ssh://myname@myserver/srv/git/myproject.git
When i write this URL into The Eclipse Che IDE import project window, i get the error:
The address of the remote server is incorrect.
But if i change this URL as:
ssh://myname@www.myserver/srv/git/myproject.git
there's no error.
How can i import from an internal server repository ?
Thanks
The text was updated successfully, but these errors were encountered: