Gitlab selfhosted: Cloning with Private Access Tokens

Instructions

Project > Access Tokens

To be able to read the role must be at least Reporter.

Gitlab instance must allow HTTP(s) protocol.
Admin Area > Settings > General > Visibility and access controls > Enabled Git access protocols

git clone https://ANY-STRING:private_access_token@your.gitlab/team/project.git

Unknown

CA certificate might be required (?)