Magic Leap Unreal Github Repository Missing

When trying to follow the getting started guide for Unreal Engine I cant find the Magic Leap GitHub repository. When checking the GitHub page and following the given URL it says the repository does not exist, and that the MagicLeapUnreal user does not have any repositories. Is there anyway someone has gotten around this? Or a way that you could help?
Thanks
Here is the given guide:

  1. Log in to GitHub:
  • Open your web browser and go to GitHub.
  • Log in with your GitHub account credentials that have access to the Unreal Engine source code.
  1. Open Command Prompt:
  • Press Win + R, type cmd, and press Enter to launch Command Prompt.
  1. Set the Destination Directory:
  • Decide where you want to clone the Unreal Engine repository.
  • Use the cd command to navigate to your chosen directory. For example to navigate to the Documents folder:
cd Documents
  1. Clone the Repository:
    Run the following command to clone the repository:
git clone --single-branch https://github.com/MagicLeapUnreal/UnrealEngine.git

Hey @marrsshhian,

You will get this behavior if you are not part of the Unreal Engine Developer group on Github.

Just in case you do NOT have access, please follow this guide on how to get access to the Unreal Engine source code on Github and then try to clone the Magic Leap fork again.

Linking Github and Unreal Engine accounts

I hope this helps! Please let me know if you have any more questions!