gpt4 book ai didi

git clone 要求输入密码(多个用户)

转载 作者:太空狗 更新时间:2023-10-29 14:15:04 26 4
gpt4 key购买 nike

我设置了一个有多个用户的虚拟机。我的主要用户是 VM-User,我使用该帐户创建了另一个名为“Joe”的用户。我通过登录 VM-User 克隆了一个 git repo,一切正常。

我遇到的问题是,当我尝试通过登录到用户“Joe”来克隆相同的存储库时,它要求我输入 git 服务器的密码。

git clone git@0.0.0.0:repo.git some_folder

它的节目:

git@0.0.0.0's password: (asks me to type in a password)

我已经为“Joe”创建了一个 ssh key 并将其添加到 gitosis。

有人知道我做错了什么吗?

提前致谢:)

SSH 调试日志:

debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: email@example.com
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/joe/.ssh/id_rsa
debug1: Trying private key: /home/joe/.ssh/id_dsa
debug1: Trying private key: /home/joe/.ssh/id_ecdsa
debug1: Next authentication method: password

最佳答案

你没有在克隆机器上设置授权 key ,否则 SSH 永远不会到这一步:

 debug1: Next authentication method: password 

我会检查我在 VM 和克隆机器上是否有正确的 key 。

关于git clone 要求输入密码(多个用户),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14567841/

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