Не могу разобраться как работает git lfs. Нужно загрузить проект на github, но в нем много картинок и через git push не
получается.
Что я сделал:
1. Установил расширение отсюда
https://github.com/git-lfs/git-lfs/releases
2. Прописал в консоли
git lfs track "*.jpg"
git add --all
git commit -m "first commit"
git push origin master
и вот что у меня в итоге выводится в консоли:
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 Co
unting 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'
Почему Git LFS: (0 of 0 files, 20 skipped) 0 B / 0 B, 951.71 KB skipped Co ?
Для меня не совсем понятно, как вся эта система работает? Прошу помощи...