Git + LFS not working?

Daniel-Doggy

Verified User
Joined
Nov 16, 2019
Messages
470
Hello everyone,

I recently added a static folder to my git repository that has all the static images it needs in a git lfs.

Now on the DA server after deploying the repository it creates the static folder and add all the image files.
All the files are 131B big and cannot be opened.
I assume that this is because git did not get the images from the LFS and instead only added the hashes of the LFS in the image.

I have git-lfs installed and running git clone <repository> also clones the images correctly.
So it seems to be an issue with git manager itself but does anyone know why and possibly how to get it working correctly?
 
Back
Top