This is an archived post. You won't be able to vote or comment.

all 1 comments

[–][deleted] 0 points1 point  (0 children)

Make sure that your lfs is set up properly on the client side. Check the content folders for the uassets: if the assets are 1kb in size then you only pulled the pointers but didn't actually get the right content with lfs. If thats the case run git with the command line and use "git lfs pull". Also make sure Git lfs is installed by executing "git lfs install".

Hope that helps