Closed jcohenadad closed 4 years ago
The annoying thing is that re-doing a git push
starts the upload from scratch again (instead of continuing where it failed).
Is the upload just too large? Maybe you're hitting an undocumented limit in github's setup?
undocumented limit
you mean, there could be another limit than the max 100MB per file and max 100GB per repos?
i'm currently trying again. If it fails again, i'll switch to ssh (currently using https).
tried again, now receiving another error: error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 32
pointing to this possible solution
Is the upload just too large? Maybe you're hitting an undocumented limit in github's setup?
yup! https://github.com/spine-generic/data-multi-subject/issues/2#issue-648453102
The error is an unceremonious disconnection. It's the sort of thing that would happen if the server hits a RAM or a file-descriptors limit, or segfaults.
won't fix, but we don't have to do big uploads anymore 😅