Get repositories for compute-io from GitHub.
Assumes you are a member of the project.
-
Sign into GitHub.
-
On your local machine, execute the following:
$ mkdir MyProj $ cd MyProj $ git init $ mv /path/to/getRepository.pl . $ ./getRepository.pl
-
Only downloads the subprojects of compute-io.
-
Sleeps 5 seconds between each request. This can probably be eliminated -- I don't know if there is any limitation on how many clone requests can be made in a short period of time on GitHub.