Answers for "git clone with access token gitlab"

2

you must use a personal access token with 'read_repository'

[remote "origin"]
    url = https://oauth2:[email protected]/yourself/yourproject.git
Posted by: Guest on June-04-2020
0

clone gitlab repo using personal acess token

git clone `https://oauth2:[email protected]/username/repo.git`
Posted by: Guest on November-11-2021

Browse Popular Code Answers by Language