gpt4 book ai didi

authentication - 致命: The remote end hung up unexpectedly by connectiong to GitHub

转载 作者:行者123 更新时间:2023-12-02 16:09:11 33 4
gpt4 key购买 nike

我已经按照“Generating SSH Keys”操作方法中的描述设置了本地系统以使用 GitHub。

key 文件和known_hosts已创建,公钥已添加到GitHub帐户,我收到消息“Hi ***!您已成功通过身份验证,但GitHub不提供shell访问权限。”

enter image description here

但是我所有尝试做的事情,需要连接到服务器(编辑:具有写入权限)——git clone、git push 等——以错误结束:

fatal: The remote end hung up unexpectedly

编辑:

我可以克隆,但只能通过 HTTP ( https://github.com/account/reponame.git ) 或 Git 只读 (git://github.com/account/reponame.git) 进行克隆。

编辑:

***@**** ~/.ssh
$ ssh-add -l
Could not open a connection to your authentication agent.

尽管 ssh-agent 守护进程 (ssh-agent.exe) 正在运行。

可能这就是问题所在。

最佳答案

当 GitHub 正确记录您的 ssh 公钥时,唯一会弹出该错误消息的情况是

  • 您尝试克隆大小写错误或 ssh URL 不正确的存储库。
    应该是:
git clone git@github.com:user/repo.git
  • 您尝试克隆一个您没有写入权限(公共(public)存储库)或任何访问权限(私有(private)存储库)的存储库。
    来自 GitHub 页面“Which remote URL should I use?

To use these URLs, you must have write access to a public repo or any access to a private repo.
These URLs will not work with a public repo you do not have write access to.

  • 私钥受密码保护,并且您的身份验证代理无法正常运行:
$ ssh-add -lCould not open a connection to your authentication agent.

对于最后一种情况,请考虑“How to run (git/ssh) authentication agent? ”或“ssh-add complains: Could not open a connection to your authentication agent

关于authentication - 致命: The remote end hung up unexpectedly by connectiong to GitHub,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15102690/

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