gpt4 book ai didi

linux - Gitlab:在通过 ssh 克隆 repo 时,它一直要求输入密码

转载 作者:太空宇宙 更新时间:2023-11-04 10:21:19 25 4
gpt4 key购买 nike

我已经在 LINUX(RHEL 6.7)上安装了 gitlab。在通过 ssh 克隆 repo 时,它一直要求输入 git 的密码,但是使用 http:

可以正常工作
$ git clone http://MGJV67@il06epclin1.am.mot-solutions.com/MGJV67/NewPROJ.git
Cloning into 'NewPROJ'...
warning: You appear to have cloned an empty repository.

mgjv67@mgjv67-430 MINGW64 /c/TCS/Gitlab/NewPROJ (master)
$ git clone git@il06epclin1.am.mot-solutions.com:MGJV67/NewPROJ.git
Cloning into 'NewPROJ'...
git@il06epclin1.am.mot-solutions.com's password:
Permission denied, please try again.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.

最佳答案

虽然您可以通过 http 匿名克隆,但您只能使用有效的 SSH 身份通过 SSH 克隆。创建 SSH key 并将公钥添加到您的 Gitlab 用户帐户,或者将其添加为项目的部署 key ,以防您只需要只读访问权限。

关于linux - Gitlab:在通过 ssh 克隆 repo 时,它一直要求输入密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43748124/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com