好奇怪,这两天 github 通过 ssh 的方式无法 push 或 pull 了

查看 71|回复 5
作者:kylebing   
2024-01-18
这两天发现无法跟 github 交互了,我所有的项目都是以 [email protected]:KyleBing/xxxx.git 的方式使用的,不想改成 https:// 。
反正现在是无法 push | pull 了,本地电脑和服务器的 ssh key 都已加到了 github 账户中,以前正常使用的,这两天都不行了,不知道什么原因,有遇到这种情况的没有?是 github 抽了?我电脑抽了?
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

GitHub, ssh, pull, Push

misaka19000   
挂梯子
horizon   
是的。。
可以用以下方式解决,
https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port
lizy0329   
我昨天也遇到类似的问题,请尝试 https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port
coderpwh   
我也是,后来看了 gitconfig 发现被改了,少了 github 的 host,加上就好,应该是升级 git 导致的
kylebing
OP
  
@horizon
@lizy0329
@coderpwh
可行,只需要 在 ./ssh/config 添加对应 github 的配置就好了 https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port#enabling-ssh-connections-over-https
您需要登录后才可以回帖 登录 | 立即注册

返回顶部