You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub rate limits unauthenticated repo accesses. When downloading a larger repo repeatedly, it is easy to hit the rate limit.
Proposed Solution
Perhaps we could download the archive of the repo instead and then unpack it. This would drastically reduce the number of API calls, possibly down to one.