...
Create the access token.
Go to the gitlab repo web page.
Under Settings (left sidebar), select Access tokens.
In the Token name field, enter
initialize project
.For the Expiration date field, the default value should be sufficient, as this git clone won’t be needed after the project is initialized.
Clone the git repo. For example,
Code Block
...