Skip to content
Discussion options

You must be logged in to vote

Hi,

GitHub has a file size limit for individual files that can vary according to the plan. If you need to upload a file that is larger than this, you have a few options:

  1. Use Git Large File Storage (LFS): I like this option. Git LFS (https://git-lfs.com/) is an extension of Git that allows you to store large files outside of your repository, while still keeping track of their versions. You can install Git LFS on your local machine and on the GitHub server, and then use the "git lfs" command to manage large files in your repository.

  2. Use a third-party storage service: If your file is too large to be stored on GitHub, you can consider using a third-party storage service such as Amazon S3 …

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@shavez12343-art
Comment options

Answer selected by ghostinhershell
Comment options

You must be logged in to vote
3 replies
@Anmol-Baranwal
Comment options

@MNLierman
Comment options

@Sky-Way2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question Ask and answer questions about GitHub features and usage
6 participants