Project access token creation disappear

I try to git clone my_project, but it need password.
So I follow the document to Enable project access token creation.

  1. Under Permissions, turn on or off Allow project and group access token creation.

I can’t find the Allow project and group access token creation on gitlab, even comand Ctrl + f

here is the purpose that I want to git clone with token

GitLab.com or self-hosted instance? Free or paid subscription?

GitLab.com and Free

Edit by dnsmichi: Removed email address.

Project/Group Access tokens are available only on Paid tiers on GitLab.com.

Are Project/Group Access tokens available for self-hosted instance?
Not the https://gitlab.com/
It is like 10.x.x.x/

Yes, Project/Group Access tokens are available in all tiers (Free and paid) for self-hosted instance.

If you are on self-hosted and cannot create any token, it was most likely forbidden by your GitLab administrators or you do not have permissions to do it. Either way, you need to reach out to your GitLab admins.

I try to use tortoisegit to git clone my group project and it show the sign in with gitlab.
And then I can git clone my project without token ( GitLab.com and Free).

Do you have the tourial (command) for login gitlab without tortoisegit ?

image

tortoisegit will install and use git credential manager, so now it should work even from command line (on the same PC).