我的第一个问题是这样的:
Writing objects: 60% (9/15)
它以非常低的上传速度(以 kb/s 为单位)冻结了一段时间,然后在很长一段时间后给出了以下消息:
fatal: the remote end hung up unexpectedly
Everything up-to-date
我发现了一些似乎是解决方案的东西:
git config http.postBuffer 524288000
这产生了一个新问题,如下所示:
MacBook-Pro-Liana:LC | myWebsite Liana$ git config http.postBuffer 524288000
MacBook-Pro-Liana:LC | myWebsite Liana$ git push -u origin master
Enumerating objects: 15, done.
Counting objects: 100% (15/15), done.
Delta compression using up to 4 threads
Compressing objects: 100% (14/14), done.
Writing objects: 100% (15/15), 116.01 MiB | 25.16 MiB/s, done.
Total 15 (delta 2), reused 0 (delta 0)
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date
请帮忙,我不知道发生了什么...