All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
132 views

Git LFS doesn't work anymore with Yocto: git doesn't fetch "large files" since we upgraded our tools

Git LFS doesn't work anymore with Yocto: git doesn't fetch "large files" since we upgraded our tools to these versions: Yocto kirkstone gitlab 16.7.3 and gitlab 16.8 git version 2.34.1 git-...
Jean-Loup Sabatier's user avatar
0 votes
1 answer
26 views

Git lfs already saved file as text - how to change it to binary?

I've already pushed file 'New Terrain.asset' for Unity as text with previous commits. But I've noticed that it is downloaded with error on every project cloning. I've changed manually .gitattribute ...
 homelleon 's user avatar
0 votes
0 answers
3 views

After git lfs migration, "refusing to merge unrelated histories" happens when pull

I applied git LFS to my repository. The commands I used were: ( There are no branches in this repository. ) git lfs migrate import --include="*.uasset" git push --force origin master There ...
passion053's user avatar