最近无法通过 ssh 方式 clone github 项目

340 天前
 purplemystic

failed to clone repo by ssh

有人遇到么,

3301 次点击
所在节点    GitHub
41 条回复
MrQSJ
340 天前
可以换成 https ,我遇到之后用 https+代理,通过了
crysislinux
340 天前
我的没问题,走的香港。不过 github 本身也是推荐用 https ,你就换 https 好了。
purplemystic
340 天前
@crysislinux 不是应该推荐使用 ssh 方式么?
Alliot
340 天前
https://www.iots.vip/post/elegant-solution-git-multiple-accounts-proxy-issues.html 可以参考一下
villivateur
340 天前
Alliot
340 天前
@Alliot 文末有附文档 ssh over https
shelken
340 天前
这两天刚好遇到这个问题:
in `~/.ssh/config`
```conf
Host github.com
User git
HostName ssh.github.com
Port 443
```
0x723b
340 天前
devliu1
340 天前
墙了 楼上说过了
rockxsj
340 天前


windows 11 ,加入这个配置即可 代理端口 11808 自行替换
wudx
340 天前
直接
```
export https_proxy=http://127.0.0.1:7890;export http_proxy=http://127.0.0.1:7890;export all_proxy=socks5://127.0.0.1:7890
```
不就可以了吗
wudx
340 天前
@wudx 忽略此回答,没有注意是 ssh 方式...
wonderfulcxm
340 天前
就算 ssh ,clash pro 增强模式应该也可以直接走代理吧。
purplemystic
340 天前
@0x723b 这个也是一个解决方法
nagisaushio
340 天前
用 proxychains 就好了,命令行网不好直接加个前缀
defunct9
340 天前
d4fg4
340 天前
机场会屏蔽 22 端口
danhua
340 天前
设置一下 git SSH 代理就可以了,上周也碰见了。通过这个方式可以正常访问了。
litguy
340 天前
早晨试着 clone 了代码
用 socks5 代理,很快
BardOS
340 天前
我都是用 bat 自动更新 github520 这个 hosts 文件,速度一直挺快的。

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

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

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

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

© 2021 V2EX