我正在与Gite Hubpo合作开展一个项目。 在过去3个月里,我能够“处理”、“承诺”和“缓冲”一切没有问题。 现在,我下载了一个数据集,其中包含大约12英磅的数据,我为这一数据创造了一个新的倍数。
我对已经出现在邮袋中的档案做了一些小改动(3个月),并做了“附加”、“承诺”和“推进”。
吉特·巴什在计算和压缩物体后, throw倒了这一错误:
GitHub Error: RPC failed; curl 92 http/2 stream 0 was not closed cleanly: CANCEL (err 8)
send-pack: unexpected disconnect while reading sideband packet
...
fatal: the remote end hung up unexpectedly
Everything up-to-date
这可能是在撰写物体时发生的。
www.un.org/Depts/DGACM/index_french.htm
- set GIT_TRACE_PACKET=1
- set GIT_TRACE=1
- set GIT_CURL_VERBOSE=1
- git config --global http.postBuffer 100000000
- git config --global https.postBuffer 100000000
在最近尝试了上述所有解决办法之后,这一额外错误被推到50%的书写对象之后:
remote: fatal: pack exceeds maximum allowed size
吉特·巴什的错误简介
So, my question is: 1. Why is this happening? 2. How can I work around/solve this problem and successfully push my current workspace onto GitHub?