Skip to content

Instantly share code, notes, and snippets.

@t31k3
Created August 19, 2021 01:46
Show Gist options
  • Save t31k3/9fb4056ab8a082cf615ca7cf9fcf22bf to your computer and use it in GitHub Desktop.
Save t31k3/9fb4056ab8a082cf615ca7cf9fcf22bf to your computer and use it in GitHub Desktop.
initial download (git clone) of UE5 wont complete, how to fix?
$git clone --single-branch --branch ue5-early-access --depth=1 https://github.com/EpicGames/UnrealEngine.git
# was ultra slow 10KB/s. But, on south america at least, when it was about 23h, the speed went up to 1.5MB/s!
# I was trying many ways to resume a clone download UnrealEngine/.git/objects/pack/tmp... file, but it is currently impossible.
# The .zip download cannot be resumed also!!! :(
# I tried also to create a local branch, renamed to ue5-early-access, and was trying to fetch it in some way, but the internet speed up. So this is the next step if nothing works again later...
# SO, THERE IS STILL NO WORKAROUND! :(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment