-
Notifications
You must be signed in to change notification settings - Fork 45
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
"Invalid path in host" error #49
Comments
Please have a look to the ticket #47 . There are three things at the Moment:
I am preparing a fix that I can provide, once the underlying GitLab jar has been fixed. Would be great if someone else could investigate the user/password issue. |
@PhilMFischer , could you share the steps you took to make this mylyn connect using app-token? |
Any progress regarding this issue? |
I need a more thorough example to test this issue... |
Have the same issue (Eclipse 2018-09, Linux, openjdk 10.0.2 2018-07-17) with Gitlab connector 2.1.0. |
Have the same issue (Eclipse 2018-09). |
The first problem here is, that the error message This is due to a breaking change in the GitLab API introduced with GitLab 10.2 and above which dropped the ability for username/password authentication: https://about.gitlab.com/2017/09/22/gitlab-10-0-released/#private-tokens So any attempt to authenticate with a private Token (username/password) will not work in recent GitLab releases. It might be a god idea for the plugin UI to to either probe this condition and disable the default username/password authentication or switch the default authentication method to access tokens to avoid user confusion. |
Any updates on this issue?
But even when recreating the Mylyn repository I get the same "Invalid host" message. It's frustrating. |
First, thanks for having a crack at this, a working issue synchronisation between Eclipse/Mylyn and GitLab would be very helpful. Current State
Any thoughts? Environment
|
I see the same Issue as @stevieJ, but only on one project of our self hosted GitLab server.
|
"Invalid path in host" error by clone repo like: https://gitlab.com/demo/demo.git
Eclipse Oxygen.2 Release (4.7.2)
The text was updated successfully, but these errors were encountered: