Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to clone repository recursively #17

Open
hetrois opened this issue Dec 7, 2024 · 1 comment
Open

Failed to clone repository recursively #17

hetrois opened this issue Dec 7, 2024 · 1 comment

Comments

@hetrois
Copy link

hetrois commented Dec 7, 2024

what happen in CMD

D:\opengl>git clone --recursive https://github.com/StudioCherno/WalnutAppTemplate.git
Cloning into 'WalnutAppTemplate'...
remote: Enumerating objects: 24, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 24 (delta 5), reused 5 (delta 5), pack-reused 15 (from 1)
Receiving objects: 100% (24/24), 4.47 KiB | 4.47 MiB/s, done.
Resolving deltas: 100% (5/5), done.
Submodule 'Walnut' (https://github.com/TheCherno/Walnut) registered for path 'Walnut'
Cloning into 'D:/opengl/WalnutAppTemplate/Walnut'...
remote: Enumerating objects: 288, done.
remote: Counting objects: 100% (153/153), done.
remote: Compressing objects: 100% (80/80), done.
remote: Total 288 (delta 82), reused 73 (delta 73), pack-reused 135 (from 1)
Receiving objects: 100% (288/288), 2.05 MiB | 313.00 KiB/s, done.
Resolving deltas: 100% (103/103), done.
Submodule path 'Walnut': checked out '3b8e414fdecfc6c8b58816106fe8d912bd172e31'
Submodule 'vendor/GLFW' (https://github.com/TheCherno/GLFW) registered for path 'Walnut/vendor/GLFW'
Submodule 'vendor/glm' (https://github.com/g-truc/glm) registered for path 'Walnut/vendor/glm'
Submodule 'vendor/imgui' (https://github.com/TheCherno/imgui) registered for path 'Walnut/vendor/imgui'
Cloning into 'D:/opengl/WalnutAppTemplate/Walnut/vendor/GLFW'...
remote: Enumerating objects: 26901, done.
remote: Total 26901 (delta 0), reused 0 (delta 0), pack-reused 26901 (from 1)
Receiving objects: 100% (26901/26901), 13.56 MiB | 205.00 KiB/s, done.
Resolving deltas: 100% (19013/19013), done.
Cloning into 'D:/opengl/WalnutAppTemplate/Walnut/vendor/glm'...
remote: Enumerating objects: 59615, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (4/4), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 4418 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: clone of 'https://github.com/g-truc/glm' into submodule path 'D:/opengl/WalnutAppTemplate/Walnut/vendor/glm' failed
Failed to clone 'vendor/glm'. Retry scheduled
Cloning into 'D:/opengl/WalnutAppTemplate/Walnut/vendor/imgui'...
remote: Enumerating objects: 46845, done.
remote: Counting objects: 100% (9359/9359), done.
remote: Compressing objects: 100% (218/218), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 1706 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: clone of 'https://github.com/TheCherno/imgui' into submodule path 'D:/opengl/WalnutAppTemplate/Walnut/vendor/imgui' failed
Failed to clone 'vendor/imgui'. Retry scheduled
Cloning into 'D:/opengl/WalnutAppTemplate/Walnut/vendor/glm'...
remote: Enumerating objects: 59615, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (4/4), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 7155 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: clone of 'https://github.com/g-truc/glm' into submodule path 'D:/opengl/WalnutAppTemplate/Walnut/vendor/glm' failed
Failed to clone 'vendor/glm' a second time, aborting
fatal: Failed to recurse into submodule path 'Walnut'

vendor/GLFW is empty
vendor/glm is empty
vendor/imgui is empty

@hetrois
Copy link
Author

hetrois commented Dec 7, 2024

What i need to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant