How to upload more than 100 files to github?

I want to add a folder that contains 713 files of 150 folders.

Uploading directly shows an error that I cannot upload more than 100 files at a time.

Is there a chance that I can upload the .rar file and then pull it to github?

enter image description here

+5
source share
1 answer

Unable to send archive file and extract it to GitHub. However, like the Fake Name , you need to download Git on your system and use it to upload files to GitHub . You can read the Git tutorials here .

+4
source

Source: https://habr.com/ru/post/1266720/


All Articles