gh-clone-org
gh-clone-org copied to clipboard
Is there a limit to how many repos this can handle?
The command is failing in 2 different ways when retrying the command for the same organization;
$ gh clone-org -n -p repos FOOBAR
Retrieving the list of repositories: orgs/FOOBAR/repos
unexpected end of JSON input
And
$ gh clone-org -n -p repos FOOBAR
Retrieving the list of repositories: orgs/FOOBAR/repos
gh: Server Error (HTTP 502)
Both errors happen with or without -n
or -p PATH
. I don't know how to get more verbose output. Cloning a single repo with gh clone FOOBAR/baz-quux
works fine.
Could this be because there are over 3000 repos? Help? :)