0

Is there any GIT GUI client available that resumes the cloning from where it stopped last time. I need to clone a repository into my machine that takes a disk space of 4 GB. However most of the time my connection resets most of the time mainly due to power failure, low battery.
OS - Ubuntu 14.04 LTS
RAM - 6 GB

1 Answers1

0

The answer is no.

You cant continues from the point where you stopped.

Few notes:

4GB repo??? - something bad is going in in your repository.
Try to pack it in small zip/tar packages and then transfer them to your computer. You have download managers or any other program that can resume.

CodeWizard
  • 128,036
  • 21
  • 144
  • 167