【发布时间】:2020-03-05 14:52:58
【问题描述】:
我的第一个问题是这样的:
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
请帮忙,我不知道发生了什么......
【问题讨论】:
标签: html css git repository hung