github / gh-classroom

GitHub Classroom CLI Extension is a powerful and easy-to-use command line tool that enhances the functionality of the GitHub CLI, specifically tailored for educators using GitHub Classroom.
MIT License
82 stars 13 forks source link

Can't clone more than 100 student repos #13

Closed Nikoletos-K closed 11 months ago

Nikoletos-K commented 1 year ago

I am using Linux Github CLI and I execute command:

gh classroom clone student-repos --per-page 100

and it downloads 100 assignments. However I need to download about 200 in total and I can't, despite using --page and --per-page flags. CLI returns 500 status error from the GitHub server when I give --per-page greater than 100.

Issue #12 didn't help.

Any ideas?

RyanHecht commented 1 year ago

Hi @Nikoletos-K, the solution is supposed to be to use the --page flag to view multiple pages, but there is currently a bug (#34) preventing this from working. We're looking into it!

RyanHecht commented 11 months ago

The underlying bug has been fixed and you can view multiple pages now!

Nikoletos-K commented 11 months ago

thank you!