During the work from home days, my bandwidth is falling short to clone a repo. I've tried around 10 times to clone the repo, no luck.
Receiving objects: 91% (54330/59387), 445.67 MiB | 44.00 KiB/s
Receiving objects: 91% (54506/59387), 445.80 MiB | 46.00 KiB/s
Receiving objects: 91% (54635/59387), 445.86 MiB | 45.00 KiB/s
Receiving objects: 92% (54637/59387), 445.86 MiB | 45.00 KiB/s
Receiving objects: 92% (54721/59387), 445.92 MiB | 38.00 KiB/s
Receiving objects: 92% (54782/59387), 445.99 MiB | 43.00 KiB/s
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Is there any way I could receive the remaining ~8% of the objects? Let me know if there are any attributes of git clone that could help me with this. I am okay even if there is a way in Visual Studio or Visual Studio Code to achieve the same.
I have seen "How to complete a git clone for a big project on an unstable connection?". It explains how to do if you are about to begin from the start again. What I am looking for is how to move ahead without restarting the clone.