标签: github gitlab ubuntu-16.04 gitlab-ci-runner
我可以使用以下命令克隆私有的GitLab存储库
git clone https://UserName:Password@URL/repository.git
但是我需要使用GitHub登录凭据在GitLab服务器中克隆相同的私有仓库。有什么想法吗?