git clone failed #10985
Replies: 5 comments
-
this must be some local or temporary problem. Repository is working fine |
Beta Was this translation helpful? Give feedback.
-
If you are located in China, these are known issues. There is the chinese firewall... |
Beta Was this translation helpful? Give feedback.
-
as mentioned above, this problem is more likely on your end. Can I consider this issue as answered? |
Beta Was this translation helpful? Give feedback.
-
I see this also from time to time. But in any case it is either a wonky internet connection or something at githubs side. I believe this issue can be closed. |
Beta Was this translation helpful? Give feedback.
-
Like issue #10060 this is highly likely to be a local configuration issue, unreproducable to the rest of the universe. Might be firewalls, local or national, or antivirus or just local machine issues. I'd suggest closing both as both have been unresponsive and there's not exactly an outpouring of users reporting either. |
Beta Was this translation helpful? Give feedback.
-
Related area
ESP32
Hardware specification
ESP32
Is your feature request related to a problem?
when i try to clone this repo, it reports below errors:" git clone --progress --recursive -v https://github.com/espressif/arduino-esp32.git hardware/espressif/esp32
Cloning into 'hardware/espressif/esp32'...
POST git-upload-pack (185 bytes)
POST git-upload-pack (gzip 3612 to 1828 bytes)
remote: Enumerating objects: 55147, done.
remote: Counting objects: 100% (1242/1242), done.
remote: Compressing objects: 100% (592/592), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 4847 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
"
Describe the solution you'd like
can do clone
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
Beta Was this translation helpful? Give feedback.
All reactions