Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gitlab clone with access token

git clone https://gitlab-ci-token:${Personal Access Tokens}@gitlab.com/username/myrepo.git


git clone https://oauth2:${Personal Access Tokens}@gitlab.com/username/myrepo.git
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #gitlab #clone #access #token
ADD COMMENT
Topic
Name
5+5 =