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

查看 360|回复 30
purplemystic
OP
  
@doco 的确是的, 直接这样, 无需设置任何代理, 就是可以工作的
> git clone [email protected]:x-pt/template.git
MrQSJ   
可以换成 https ,我遇到之后用 https+代理,通过了
crysislinux   
我的没问题,走的香港。不过 github 本身也是推荐用 https ,你就换 https 好了。
purplemystic
OP
  
@crysislinux 不是应该推荐使用 ssh 方式么?
Alliot   
https://www.iots.vip/post/elegant-solution-git-multiple-accounts-proxy-issues.html 可以参考一下
villivateur   
https:///t/1012326 试试这个?
Alliot   
@Alliot 文末有附文档 ssh over https
shelken   
这两天刚好遇到这个问题:
in `~/.ssh/config`
```conf
Host github.com
User git
HostName ssh.github.com
Port 443
```
0x723b   
官方文档 https://docs.github.com/zh/authentication/troubleshooting-ssh/using-ssh-over-the-https-port
devliu1   
墙了 楼上说过了
您需要登录后才可以回帖 登录 | 立即注册

返回顶部