Answer the question
In order to leave comments, you need to log in
How does gitlfs work?
I can't figure out how git lfs works. You need to upload the project to github, but it has a lot of pictures and git push does not
work.
What I did:
1. Installed the extension from here https://github.com/git-lfs/git-lfs/releases
2. Registered in the console
git lfs track "*.jpg"
git add --all
git commit -m "first commit"
git push origin master
and this is what I end up with in the console:
Locking support detected on remote "origin". Consider enabling it with:
$ git config 'lfs. https://github.com/seriiserii825/wpCleanMag.git/in... ' true
Git LFS: (0 of 0 files, 20 skipped) 0 B / 0 B, 951.71 KB skipped
Counting objects: 155, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (149/149), done.
Writing objects: 100% (155/155), 154.55 MiB | 6.86 MiB/s, done.
Total 155 (delta 24), reused 0 (delta 0)
remote: Resolving deltas: 100% (24/24), done.
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: Trace: a9d71848e629b3876e939a108eb54cb0
remote: error: See git.io/iEPt8g for more information.
remote: error: File img/RazerCortexSetup_8.0.104.420.exe is 151.63 MB; this exceeds GitHub's file size limit of 100.00 MB
To https://github.com/seriiserii825/wpCleanMag.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to ' https://github.com/seriiserii825/wpCleanMag.git '
Why Git LFS: (0 of 0 files, 20 skipped ) 0 B / 0 B, 951.71 KB skipped Co ?
It's not entirely clear to me how this whole system works? Please help...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question