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

Can't clone the repository: Failed to clone 'lib/asio' a second time, aborting #429

Open
remendes opened this issue Sep 6, 2024 · 0 comments

Comments

@remendes
Copy link

remendes commented Sep 6, 2024

Trying to clone the repo:

$ git clone --recurse-submodules https://github.com/socketio/socket.io-client-cpp.git
Cloning into 'socket.io-client-cpp'...
remote: Enumerating objects: 1409, done.
remote: Counting objects: 100% (284/284), done.
remote: Compressing objects: 100% (175/175), done.
remote: Total 1409 (delta 164), reused 203 (delta 107), pack-reused 1125 (from 1)
Receiving objects: 100% (1409/1409), 1.03 MiB | 97.00 KiB/s, done.
Resolving deltas: 100% (806/806), done.
Submodule 'lib/asio' (https://github.com/chriskohlhoff/asio.git) registered for path 'lib/asio'
Submodule 'lib/rapidjson' (https://github.com/miloyip/rapidjson.git) registered for path 'lib/rapidjson'
Submodule 'lib/websocketpp' (https://github.com/zaphoyd/websocketpp.git) registered for path 'lib/websocketpp'
Cloning into '/Users/renato/lixo/socket.io-client-cpp/lib/asio'...
remote: Enumerating objects: 68872, done.        
remote: Counting objects: 100% (4162/4162), done.        
remote: Compressing objects: 100% (1817/1817), done.        
error: 3415 bytes of body are still expected MiB | 130.00 KiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: clone of 'https://github.com/chriskohlhoff/asio.git' into submodule path '/Users/renato/lixo/socket.io-client-cpp/lib/asio' failed
Failed to clone 'lib/asio'. Retry scheduled
Cloning into '/Users/renato/lixo/socket.io-client-cpp/lib/rapidjson'...
remote: Enumerating objects: 25060, done.        
remote: Counting objects: 100% (8/8), done.        
remote: Compressing objects: 100% (7/7), done.        
error: 80 bytes of body are still expected49 MiB | 140.00 KiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: clone of 'https://github.com/miloyip/rapidjson.git' into submodule path '/Users/renato/lixo/socket.io-client-cpp/lib/rapidjson' failed
Failed to clone 'lib/rapidjson'. Retry scheduled
Cloning into '/Users/renato/lixo/socket.io-client-cpp/lib/websocketpp'...
remote: Enumerating objects: 12791, done.        
remote: Counting objects: 100% (1549/1549), done.        
remote: Compressing objects: 100% (197/197), done.        
remote: Total 12791 (delta 1504), reused 1353 (delta 1352), pack-reused 11242 (from 1)        
Receiving objects: 100% (12791/12791), 8.37 MiB | 129.00 KiB/s, done.
Resolving deltas: 100% (7985/7985), done.
Cloning into '/Users/renato/lixo/socket.io-client-cpp/lib/asio'...
remote: Enumerating objects: 68872, done.        
remote: Counting objects: 100% (4162/4162), done.        
remote: Compressing objects: 100% (1817/1817), done.        
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 4522 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/chriskohlhoff/asio.git' into submodule path '/Users/renato/lixo/socket.io-client-cpp/lib/asio' failed
Failed to clone 'lib/asio' a second time, aborting

This is being critial, as it is a script to build a Docker container. As it fails the container cannot be built and my whole archutecture

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