SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)

Home Page:http://srombauts.github.io/UEGitPlugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't enable source control. needs to be initialized. UE (4.23.0)

Marenz opened this issue · comments

My problem: The initialization of the git project fails with
Failed to enable Git source control. You need to initialize the project as a Git repository first.

My steps:

  1. Create new project (UE 4.23.0)
  2. Add plugin
  3. Confirm rebuild due to engine version differences
  4. Open and fill out "Connect to SourceControl", checking all options available.
  5. Click on accept settings
  6. Receive error noted above.

image

Ah.. I need to click on initialize of course. At this point i am no longer sure what I clicked for real.
Maybe the accept button should be disabled if no repo was found yet?

Yes I get this is not ideal, but changing this Accept button would need to change the Editor itself.
I'll have à look at it anyway since it would be interesting