Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git clone with token

git clone https://<token>@<enterprise>.com/<owner>/<repo>.git

// for example
git clone https://mytoken@github.com/myusername/myrepo.git

// if your enterprise is not github then change it to that of yours
 
PREVIOUS NEXT
Tagged: #git #clone #token
ADD COMMENT
Topic
Name
6+4 =