GitLab (self-hosted) and GitKraken

I'm struggling trying to connect GitKraken with a self-hosted GitLab, here is the problem:

I fill the host input and then I try to generate a personal token:

Authentication-PersonalAccessToken

But when I try to generate the personal access token the scope options doesn't appear:

Gitlab personal access token creation

When i try to connect with the provided token this message pops off:

Invalid access token message

Am I missing some kind of configuration?

Upvotes: 1

Views: 3203

Answers (1)

Fanie Void
Fanie Void

Reputation: 331

What GitKraken name as your "personal access token" is what GitLab name "private token".

To get it, you have to go to User Settings > Account

Upvotes: 0

Related Questions