0
PS D:\> git clone --depth 1 -b release https://github.com/EpicGames/UnrealEngine.git Cloning into 'UnrealEngine'... warning: git-credential-manager-core was renamed to git-credential-manager warning: see https://aka.ms/gcm/rename for more information remote: Enumerating objects: 159097, done. remote: Counting objects: 100% (159097/159097), done. remote: Compressing objects: 100% (123205/123205), done. error: RPC failed; curl 18 transfer closed with outstanding read data remaining fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output PS D:\> git config --global http.postBuffer 2147483648 PS D:\> git config --global core.compression -1 PS D:\> git config --global http.lowSpeedLimit 0 PS D:\> git config --global http.lowSpeedTime 999999 

I have set these up, but still failed.

I want to clone this repository, but it keeps failing

3

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.