设置SSH密钥后Gitlab克隆需要密码

设置SSH密钥后Gitlab克隆需要密码

我正在尝试在集群计算机内克隆 Gitlab 存储库。它要求我输入 git@gitlab 的密码... 一旦我输入密码,它就会拒绝该权限。

我已经在集群内的 Gitlab 中设置了一个 SSH 密钥(我将密钥复制粘贴在授权密钥文件中),但它并未被 Gitlab 使用(我在 Gitlab 中检查过,它说从未使用过)。

我得到以下信息:

[user@eu-login-12-ng ~]$ git clone [email protected]:user/test.git
Cloning into 'test'...
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password: Connection reset by 129.132.93.72 port 22

如果我尝试在本地计算机中克隆它,它可以正常工作。

我能做些什么?

相关内容