How many files can I put on large capacity?

Originally, git itself had its own rules, and the idea of git is to issue a warning at 50MB and reject the repository at 100MB. That's because git is basically for distributed management of source code, so it doesn't have the idea of managing very large files, and it is based on the idea of managing small files of about 1KB in detail. increase.