Skip to content

Failed to clone repository recursively  #17

@hetrois

Description

@hetrois

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions