Remote: Repository not found - unrealengine

Hi,

I have signed up unrealengine.com and linked with my github.com account, I also got invitaion message from unrealengine. (I think things are fine on this end)

I am trying to install carla simulator, doing
git clone --depth=1 -b 4.22 https://github.com/EpicGames/UnrealEngine.git ~/UnrealEngine_4.22 prompts me to login

Cloning into ‘/home//UnrealEngine_4.22’…
Username for ‘https://github.com’: myname
Password for ‘https://myname@github.com’:
remote: Repository not found.
fatal: unable to access ‘https://github.com/EpicGames/UnrealEngine.git/’: GnuTLS recv error (-110): The TLS connection was non-properly terminated.

Appreciate any help

I had a similar issue , and this worked for me:

git clone https://username@github.com/username/repository.git

This prompted the git credential manager to open a GUI prompt so I could authenticate manually.

More details on here:
How do I provide a username and password when running “git clone git@remote.git”? - Stack Overflow