Closed theLOICofFRANCE closed 6 years ago
Hello @HacKurx,
Thanks for reporting this issue.
This looks like a bad initialization of the Git LFS extension on your system.
After having installed the git-lfs
package from your distro, did you run git-lfs install
[1] before synchronizing the source tree?
If this was not the case, I invite you to run that git-lfs install
command and then the following command from within the CLIP OS source tree:
$ repo forall -c 'git lfs pull'
This will finish to download the files stored through Git LFS (and which contents are not stored in Git for performance reasons) for all the Git LFS-backed repositories and avoid you to resynchronize the whole source tree[2] from scratch.
[1]. You can verify the good functioning of the git-lfs install
command by checking the file .gitconfig
in your home directory. After the operation, this file should contain a section [filter "lfs"]
that will "enhance" your Git commands with Git LFS features.
For more information about how Git LFS works, please consult https://git-lfs.github.com.
[2]. Side note: doing a simple repo sync
at this point won't trigger the download of the Git LFS files, hence the git lfs pull
command described above.
Hello @ngodinho-anssi
Thank you for your help and the quality of your answer.
Side note: doing a simple repo sync at this point won't trigger the download of the Git LFS files, hence the git lfs pull command described above.
Interesting detail that I think it would be interesting to add to your documentation.
The compilation is in progress. Thank you again for your help and work at all.
Off topic, If you are interested: https://github.com/HacKurx/src_external_linux/tree/feature/TPE_LSM-4.17 https://github.com/HacKurx/src_external_linux/tree/feature/sara-4.17
Good morning, everyone.
First of all, thank you for your work and the release of sources. I currently have a compilation problem (clean installation of GNU/Linux).
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
Specifications