adamrehn / pixel-streaming-linux

Issue tracker repository for Pixel Streaming for Linux
https://adamrehn.com/articles/pixel-streaming-in-linux-containers/
22 stars 7 forks source link

not fount the UnrealEngine git Repository #23

Closed cocobao closed 3 years ago

cocobao commented 3 years ago

i had run the cmd like this: ue4-docker build custom:4.23.1-pixelstreaming -repo=https://github.com/adamrehn/UnrealEngine.git -branch=4.23.1-pixelstreaming but it was fail

Cloning into '/home/ue4/UnrealEngine'... remote: Repository not found. fatal: repository 'https://github.com/adamrehn/UnrealEngine.git/' not found The command '/bin/sh -c git clone --progress --depth=1 -b $GIT_BRANCH $GIT_REPO /home/ue4/UnrealEngine && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''' returned a non-zero code: 128 [ue4-docker build] Error: failed to build image "adamrehn/ue4-source:4.23.1-pixelstreaming-opengl".