0

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?

kowsky
  • 12,647
  • 2
  • 28
  • 41

1 Answers1

0

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

Fanie Void
  • 331
  • 1
  • 9
  • To authenticate, I used the host name and my private token, but for my host, I didn't use `http://`, I wrote directly `mygitlab.example.com`. I cannot see any other difference... – Fanie Void May 04 '18 at 06:31