Git 使用 git clone 命令用 ssh 克隆,具体报错如下,怎么办?已经在墙外了

2022-05-24 21:27:59 +08:00
 louisxxr
ssh: connect to host github.com port 22: Connection refused

fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.
976 次点击
所在节点    问与答
5 条回复
ysc3839
2022-05-24 21:57:40 +08:00
建议改用 https 协议
TravisMtg
2022-05-24 22:33:44 +08:00
密钥没配对吧
wdssmq
2022-05-24 23:55:11 +08:00
Add new SSH keys
https://github.com/settings/ssh/new

执行:

ssh-keygen -t ecdsa

一路回车,然后找到生成的 *.pub 文件,把里边内容添加到上边地址内;

新增 SSH 密钥到 GitHub 帐户 - GitHub Docs
https://docs.github.com/cn/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
lrhtony
2022-05-29 00:25:40 +08:00
ssh 被阻断了,挂梯子
lrhtony
2022-05-29 00:27:33 +08:00
@lrhtony ssh 默认不走代理,要到 config 文件里设置

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/855063

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX