praydog / UEVR

Universal Unreal Engine VR Mod (4.8 - 5.4)
http://uevr.io
3.08k stars 158 forks source link

Unable to clone UESDK submodule repo #124

Closed mrbelowski closed 9 months ago

mrbelowski commented 9 months ago

The 'compiling' steps in Compiling.md refer to a UESDK repo fork. This is part of the .gitmodules file in the repo -

[submodule "dependencies/submodules/UESDK"] path = dependencies/submodules/UESDK url = git@github.com:praydog/UESDK.git

Is there a step missing to get access to this repo? It doesn't appear to be visible / public, initialising the submodules fails:

$ git submodule update --init --recursive Submodule 'dependencies/submodules/UESDK' (git@github.com:praydog/UESDK.git) registered for path 'dependencies/submodules/UESDK' Submodule 'dependencies/submodules/glm' (https://github.com/g-truc/glm) registered for path 'dependencies/submodules/glm' Submodule 'dependencies/submodules/imgui' (https://github.com/ocornut/imgui.git) registered for path 'dependencies/submodules/imgui' Submodule 'dependencies/submodules/spdlog' (https://github.com/gabime/spdlog) registered for path 'dependencies/submodules/spdlog' Cloning into 'C:/projects/UEVR/dependencies/submodules/UESDK'... ERROR: Repository not found. fatal: Could not read from remote repository.

mrbelowski commented 9 months ago

ah, it was Epic Games being slow to complete the account linking, it's all fine. User error, sorry for the noise :)