gitlab 迁移服务器后无法 git pull 的问题

2019-03-17 22:21发布

问题:

将 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.

请问如何解决?

回答1:

是 /var/opt/gitlab/.ssh/ 中的 authorized_keys 没有迁移过来, scp 过来之后问题解决



回答2:

试试用账户密码拉取呢。看起来是ssh key相关的问题。

搜索到一篇文章,也许有用:https://www.cnblogs.com/xubing-613/p/6844564.html 



标签: gitlab