github-clone
github-clone copied to clipboard
:octocat: ⬇️ ⠀git clone repo subdirectories
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...
```cmd D:\>ghclone https://github.com/alshedivat/al-folio/tree/master/assets/img Cloning into 'img'... Failed to fetch metadata for img ``` Ran into this error.
gh clone https://github.com/HR/github-clone/tree/main -t token I have a repo that has too many files in it to download app at once. Git fetch throws an error I was hoping this...