【发布时间】:2021-12-16 17:27:39
【问题描述】:
我正在使用 ssh 和 RSA 密钥访问 github,但是当我将文件推送到存储库时它不起作用。
ykhan21@LENOVO-LEGION:~/repos/homework-1-ykhan21$ git push
Enumerating objects: 6, done.
Counting objects: 100% (6/6), done.
Delta compression using up to 12 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 2.79 KiB | 2.79 MiB/s, done.
Total 4 (delta 0), reused 0 (delta 0)
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Connection to github.com closed by remote host.
我该如何解决这个问题?
【问题讨论】:
-
您好像遇到了网络问题,您重试了吗?
-
是的,@CyrilJouve。