git clone 会出现下面的错误:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
请问如何解决这个问题?
相关问题
- Gitlab-runner without Docker
- How to get Gitlab merge request description in Git
- How do i give parameters to SonarQube.Scanner.MSBu
- 请问 GitLab 如何连接一个已有的 Kubernetes 集群
- Maven install-file not effective in GitLab/Docker:
相关文章
- 请问 GitLab 如何连接一个已有的 Kubernetes 集群
- gitlab升级失败
- ssh: Could not resolve hostname git: Name or servi
- How do you center text in Gitlab markdown?
- .gitlab-ci.yml after_script section: how can I tel
- Gitlab CI / Docker: Use custom image for job
- Move .git repo to parent directory [duplicate]
- Migrate gitlab self hosted to gitlab hosted
gitlab-runner 是基于 https 进行 git clone 的,目前不支持基于 ssh 进行 git clone
相关 issue :https://gitlab.com/gitlab-org/gitlab-runner/issues/1884