I do a git pull/clone to some repository (mainly github ones). Sometimes after a few minutes the download crashes.
Here is a log.
remote: Counting objects: 2284, done.
remote: Compressing objects: 100% (713/713), done.
fatal: The remote end hung up unexpectedlyiB | 5 KiB/s
fatal: early EOF
fatal: index-pack failed
In my following of the process, i have noticed that i have already fetched about 4 MBs of objects. When i start the process again, it starts from the beginning. My Internet connection sucks, some times it crashes and i get disconnected unexpectedly.
My question is: Is there any way to resume the pull/clone to rescue those 4 MBs i have already fetched, and not to start again?