I'm trying to sync next repo
repo init -u git: //github.com/SlimRoms/platform_manifest.git -b jb
The problem is that I started repo synchronization about 30 hours ago and it is still not completed. (I have a 1 Mbps connection). I do not want the laptop to be turned on for so long and want to pause the current synchronization and resume it later.
So, I searched a bit and found out that to pause the current download / sync, I could use:
- ctrl + C
- ctrl + Z
- just close the terminal (it will resume downloading the next time automatically)
So, I tried to use ctrl + c, loading stopped. And then, to resume, I tried "fg", but it does not start again. The error I get is:
bash: fg: current: no this job
Can anyone help me out here? Can I just turn off and continue syncing later using :?
resync
Chinmay jade
source share