I decided to try git lfs on gitlab. I noticed that it doesn\'t work with ssh so I decided to use https for it. Push works just fine but when I tried to clone my project it a
You can use Git's credential helper which git lfs supports (has a permanent store and in-memory cache options).
I also noticed git lfs had some issues related to this which have been resolved.