Open remendes opened 2 months ago
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
Trying to clone the repo:
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