gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

gitlab client oath is not supported

Open aurelianr opened this issue 4 years ago • 2 comments

Hello

I have just tried to access my gitlab account using the gitlab4j: GitLabApi gitLabApi = GitLabApi.oauth2Login("https://gitlab.com", username, password); and i have received the following error: org.gitlab4j.api.GitLabApiException: java.net.UnknownHostException: gitlab.com

Could you tell me if you are supporting the authentication for github.com server?

Best Regards, Aurelian

aurelianr avatar Oct 21 '20 15:10 aurelianr

Hello @aurelianr what do you mean exactly Could you tell me if you are supporting the authentication for github.com server?

GitLab and GitHub are two different services with 2 different API.

jabby avatar Mar 13 '21 14:03 jabby

The error suggests a DNS resolution failure.

maltem-za avatar Apr 08 '21 13:04 maltem-za