Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import project from hosted GIT repository URL: the host name must start with www #761

Closed
jack-y opened this issue Mar 22, 2016 · 2 comments

Comments

@jack-y
Copy link

jack-y commented Mar 22, 2016

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

@ghost
Copy link

ghost commented Mar 22, 2016

You may go to the Terminal:

cd /projects
git clone ssh://myname@myserver/srv/git/myproject.git

However, you need to set up ssh keys.

Once done, hit refresh button on a project panel, open the project to configure it.

@jack-y
Copy link
Author

jack-y commented Mar 23, 2016

It works like a charm. Thanks!
Eclipse Che is amazing :)

@jack-y jack-y closed this as completed Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant