gpt4 book ai didi

Git 克隆 - 致命 : The remote end hung up unexpectedly

转载 作者:太空狗 更新时间:2023-10-29 13:59:36 28 4
gpt4 key购买 nike

我正在通过 ssh 从 Ubuntu 笔记本电脑连接到虚拟机。

在此 VM 中,我尝试使用 git clone 存储库:

/home/httpd$ sudo git clone git@github.com:NexwayGroup/softgallery
[sudo] password for jverstrynge:
Cloning into 'softgallery'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

我看过这个SO question解决方案建议修改 git 配置:

/home/httpd$ git config http.postBuffer 524288000
error: could not lock config file .git/config: No such file or directory

但是我收到了上述错误。任何人都知道如何解决这个问题?

我已经使用 github instructions 检查了连接看起来不错:

ssh -T git@github.com
Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts.
Enter passphrase for key '/home/jverstrynge/.ssh/id_rsa':
Hi JVerstry! You've successfully authenticated, but GitHub does not provide shell access.
jverstrynge@devjverstrynge:/home/httpd$

最佳答案

你在运行

sudo git clone

sudo 以 root 身份运行命令,但您的 root 可能没有您的 SSH 私钥。因此,无法建立连接。

一个解决方案是要么以普通用户身份运行 git 命令(没有 sudo),要么如果出于某种原因确实需要 sudo,也为 root 添加 SSH key 。

关于Git 克隆 - 致命 : The remote end hung up unexpectedly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34266071/

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