git clone failed several times #8415
BitmineBarry
started this conversation in
General
Replies: 1 comment
-
The various attempts did not fail at the same position. I have seen : error: 7605 bytes of body are still expected error: 7077 bytes of body are still expected |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have attempted to clone the repo several time today (using the console on an Ubuntu 22.04.2 LTS based PC) but each time it has failed the same way.
I was NOT logged into github at the time but I don't think this should have made a difference.
Have I missed something or doing something wrong ?
Do I have something that is out of date ?
The following is a cut and paste from the console :
git clone https://github.com/espressif/arduino-esp32.git
Cloning into 'arduino-esp32'...
remote: Enumerating objects: 51066, done.
remote: Counting objects: 100% (2418/2418), done.
remote: Compressing objects: 100% (1124/1124), done.
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
error: 2403 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
git --version
git version 2.34.1
curl --version
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.14
Release-Date: 2022-01-05
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd
I am currently downloading the .zip file but I am curious to know why git has failed. Is there really an issue with the repo ?
Beta Was this translation helpful? Give feedback.
All reactions