GitHub restricts uploading of single large files larger than 100M

Source: Internet
Author: User

Encountered this problem at work, some art resources,. unitypackage files are rejected when they are larger than 100m,push to GitHub. This means that the size of each file that is push to GitHub requires less than 100M.

Search, a lot of the solution is just to remove these large files over 100M from the local repository, so that push can be successful. But that doesn't solve the problem of uploading large files to GitHub.

The workaround is to use Git LFS.

Usage Reference: http://blog.csdn.net/tyro_java/article/details/53440666

By following the above method, you can upload more than 100M files to GitHub.

Two files were first add,commit locally, with a large 144MB file.

Push succeeded!

GitHub restricts uploading of single large files larger than 100M

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.