tods
tods copied to clipboard
fatal: the remote end hung up unexpectedlyMiB | xx KiB/s fatal: early EOF fatal: index-pack failed
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