I have very slow download speeds. I am trying to clone the Firefox os B2G tree which runs into gigabytes of data. My ISP however doubles my internet speed after 7pm. But, to use the extra bandwidth, I have to restart my router. Is there any way I can stop the download, restart my router, and then continue. If I do this, git hangs indefinitely. I tried running "killall -SIGSTOP git" restart the router and then "killall -SIGCONT git" But it still hangs. Any suggestions? Thanks in advance
Edit: Just to make it clear a python script automates this process because the entire source tree is built from multiple repositories. The python script is repo from the android open source project. Used for making it easier to work with git. I haven't gone through the source code, but it essentially helps unifies multiple repositories and automates the cloning procedure. Little more info here source.android.com/source/developing.html