-1

error messagei wanna push a folder to remote but the probleme that i can't use git lfs for all files anyone have a solution for that please and thanks.

error:

remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.

Garrix
  • 33
  • 1
  • 6

1 Answers1

1

That is because GitHub's limit for any push is 100MB maximum, see the documentation here:

Conditions for large files

As the error message on your console says, you can try Git Large File Storage(Git LFS)

Versioning large files

Git LFS

NicolasElPapu
  • 1,612
  • 2
  • 11
  • 26