tods icon indicating copy to clipboard operation
tods copied to clipboard

fatal: the remote end hung up unexpectedlyMiB | xx KiB/s fatal: early EOF fatal: index-pack failed

Open guanchuwang opened this issue 4 years ago • 1 comments

guanchuwang avatar Jan 26 '21 04:01 guanchuwang

This is because the size of tods is out of the limitation of git clone in HTTP protocol.

You solve this problem by running this in your terminal before cloning tods:

git init git config --global http.postBuffer 1048576000

Or use ssh protocol to clone tods:

git clone [email protected]:datamllab/tods.git

guanchuwang avatar Jan 26 '21 04:01 guanchuwang