ProjectBorealis / UEGitPlugin

Unreal Engine Git Source Control Plugin (refactored)
MIT License
481 stars 102 forks source link

multiple revision control options are greyed out (namely check out) #182

Open Blanchea opened 5 days ago

Blanchea commented 5 days ago

So I believe to have setup the plugin correctly, it connects to revision control and I can push changes, I also changed the .ini file with the recommended settings but I still cannot have access to revsion control options... could anyone help me out? image

mastercoms commented 5 days ago

what is your .gitattributes file

Blanchea commented 5 days ago

what is your .gitattributes file

it's the same as the PB core, after troubleshooting a bit more, i've pinpointed the issue which seems to be that i haven't properly initialized Git LFS when creating my repository, Im not sure how to go about it though

Blanchea commented 5 days ago

When I set it up a on a past project a few months ago it worked. Now when I clone my past repository to my local PC my GitDesktop prompts me that I need to enable GitLFS as it is enabled in the project. When i clone this new project on my local repository it won't prompt me though, so it seems its not initialized properly.