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 truncates subdirectories which have many files such as https://github.com/iamcal/emoji-data/tree/master/img-apple-64 . As you can see, it says Sorry, we had to truncate this directory to 1,000 files. 2,524 entries were omitted from the list.
When you want to ghclone such subdirectory, it clones only the 1000 files and not all of the files. Is there a workaround?
Thank you.
The text was updated successfully, but these errors were encountered:
So according to the GitHub API docs, the repo directory contents API has an upper limit of 1,000 files for a directory. However, it recommends using the Git Trees API to retrieve more.
Github truncates subdirectories which have many files such as https://github.com/iamcal/emoji-data/tree/master/img-apple-64 . As you can see, it says
Sorry, we had to truncate this directory to 1,000 files. 2,524 entries were omitted from the list.
When you want to
ghclone
such subdirectory, it clones only the 1000 files and not all of the files. Is there a workaround?Thank you.
The text was updated successfully, but these errors were encountered: