Replies: 1 comment 1 reply
-
I have the same |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering issues when trying to clone the Carla branch of Unreal Engine using the following command:
(git clone --depth 1 -b carla https://github.com/CarlaUnreal/UnrealEngine.git
).a branch for Unreal Engine.How to fix it?
(Cloning into 'UnrealEngine'...
remote: Enumerating objects: 111593, done.
remote: Counting objects: 100% (111593/111593), done.
remote: Compressing objects: 100% (92142/92142), done.
error: RPC failed; curl 92 HTTP/2 stream 7 was not closed cleanly: CANCEL (err 8)
error: 4718 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output)
I also got the link from the ChatGpt, but it shows this error.
(C:>git clone --depth 1 -b carla https://github.com/CarlaUnreal/UnrealEngine.git
Cloning into 'UnrealEngine'...
fatal: unable to access 'https://github.com/CarlaUnreal/UnrealEngine.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
If I got the link from the ChatGPT then it shows different error.
(Cloning into 'UnrealEngine'...
fatal: unable to access 'https://github.com/CarlaUnreal/UnrealEngine.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
PLease guide or help me to figure this out.
Beta Was this translation helpful? Give feedback.
All reactions