将 gitlab 迁移到另外一台服务器后,git pull 时出现下面的错误提示:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
请问如何解决?
相关问题
- 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
是 /var/opt/gitlab/.ssh/ 中的
authorized_keys
没有迁移过来, scp 过来之后问题解决试试用账户密码拉取呢。看起来是ssh key相关的问题。
搜索到一篇文章,也许有用:https://www.cnblogs.com/xubing-613/p/6844564.html