SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
808 stars 165 forks source link

Cannot Restore Uassest "Project" #82

Closed DemonRem closed 5 years ago

DemonRem commented 5 years ago

I used UE4GitPlugin , after I lost my project at last I was a a git of my project but now I can restore it

uassest show a readable text something like that

"version https://git-lfs.github.com/spec/v1 oid sha256:12fdcd341397abb0ca5f6a58e32da75a1c089eb34fcc272d0668c04712364da9 size 28732873" on the local I saw 1kb not the real size

so how I restore my assest

SRombauts commented 5 years ago

Hi, you didn't use just Git, but Git LFS, which means these assets are stored on a server (Github) You should just create a new clone of your repository from this server, and as such would get back anything that you had committed there. Good luck

DemonRem commented 5 years ago

I did it I cloned it with GitHub desktop but it's still not working

SRombauts commented 5 years ago

Great, then, now you need to activate LFS for it: Type 'git lfs install' from a command line inside your clone, and then 'git checkout' for Git LFS to retrieve every binary assets from the file server.