# Magic Leap Unreal Github Repository Missing

**URL:** https://forum.magicleap.cloud/t/magic-leap-unreal-github-repository-missing/4713
**Category:** Unreal Engine
**Created:** [December 3, 2024, 6:15pm UTC](https://forum.magicleap.cloud/t/magic-leap-unreal-github-repository-missing/4713 "2024-12-03T18:15:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![marrsshhian](https://avatars.discourse-cdn.com/v4/letter/m/f1d935/32.png) [@marrsshhian](https://forum.magicleap.cloud/u/marrsshhian)
#### Post date: [December 3, 2024, 6:15pm UTC](https://forum.magicleap.cloud/t/magic-leap-unreal-github-repository-missing/4713/1 "2024-12-03T18:15:54Z")

</div>

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](https://github.com/).
- 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:

```auto
cd Documents

```

1. **Clone the Repository** :  
Run the following command to clone the repository:

```auto
git clone --single-branch https://github.com/MagicLeapUnreal/UnrealEngine.git

```

---

<div class="post-metadata">

### Author: ![cfeist](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.magicleap.cloud/cfeist/32/1768_2.png) [@cfeist](https://forum.magicleap.cloud/u/cfeist)
#### Post date: [December 3, 2024, 6:21pm UTC](https://forum.magicleap.cloud/t/magic-leap-unreal-github-repository-missing/4713/2 "2024-12-03T18:21:48Z")

</div>

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](https://dev.epicgames.com/documentation/en-us/unreal-engine/downloading-unreal-engine-source-code#accessingunrealenginesourcecodeongithub)

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex019/uploads/magicleap1/original/1X/bd9b737a4d45ea243aa7eb177d60a773b806899a.svg) [@system](https://forum.magicleap.cloud/u/system)
#### Post date: [January 2, 2025, 6:22pm UTC](https://forum.magicleap.cloud/t/magic-leap-unreal-github-repository-missing/4713/3 "2025-01-02T18:22:03Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
