Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Blanchea opened this issue Sep 13, 2024 · 8 comments
Open

Comments

@Blanchea
Copy link

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
Copy link
Member

what is your .gitattributes file

@Blanchea
Copy link
Author

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
Copy link
Author

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.

@mastercoms
Copy link
Member

You can try running git-lfs install in the repository to initialize it. Beyond that, check to make sure that the assets you're using are added as LFS assets.

@sanxfxteam
Copy link

Hi, I'm having the same issue, all greyed out.
I have LFS installed, and the assets are on the LFS too (git lfs ls-files).
I get these messages in the message log for revision control despite the settings looking good:

Revision control is disabled
Revision control is disabled
Revision control is disabled
Revision control is disabled

@sanxfxteam
Copy link

sanxfxteam commented Nov 16, 2024

I've created different projects to check if I made a mistake with the project. And still everything is greyed, and Revision control is disabled is still shown...

I've tried using github and azure dev ops.
I've tried starting with the original git plugin and switching to the latest.

I see this warning:

Warning: GetModule racing against IsReady: GitSourceControl

I saw this answer : #123
When I delay the loading and connection, I get the connection is successful but most of the options are greyed out.

Which version of git is everyone using?

@tcwilsonart
Copy link

tcwilsonart commented Nov 30, 2024

This looks exactly like mine a second ago when I forgot to first run:
git lfs track "*.uasset" --lockable

git lfs track "*.umap" --lockable

or edit .gitattributes manually and then run git add --renormalize .

@sanxfxteam
Copy link

sanxfxteam commented Dec 1, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants