scicloj / clay

A REPL-friendly Clojure tool for notebooks and datavis
https://scicloj.github.io/clay/
Eclipse Public License 1.0
134 stars 13 forks source link

Git clone failure (early EOF) #159

Closed whatacold closed 1 month ago

whatacold commented 1 month ago

Hi,

It's weird that I can't clone this repo in the command line, even a shallow one: git clone --depth 1 -vv https://github.com/scicloj/clay.git. The error looks like below and I've tried it many times:

Cloning into 'clay'...
POST git-upload-pack (175 bytes)
want 8d07656ff14f4582b162c612de8227148c1ec18b (HEAD)
want 8d07656ff14f4582b162c612de8227148c1ec18b (refs/heads/main)
POST git-upload-pack (229 bytes)
remote: Enumerating objects: 863, done.
remote: Counting objects: 100% (863/863), done.
remote: Compressing objects: 100% (447/447), done.
error: 7450 bytes of body are still expected | 38.00 KiB/s 
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

I'm not sure if there are some git settings are not ok on my side, but I can clone other repos correctly as always.

daslu commented 1 month ago

Thanks for reporting. Strange.

I could not reproduce this.

whatacold commented 1 month ago

Okay, never mind, then it’s more likely a problem on my side, I’ll look into it.

On Mon, Sep 23, 2024 at 05:55 Daniel Slutsky @.***> wrote:

Thanks for reporting. Strange.

I could not reproduce this.

— Reply to this email directly, view it on GitHub https://github.com/scicloj/clay/issues/159#issuecomment-2366982006, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKVIOQUL7ZP2G6SS4MNPYDZX44DTAVCNFSM6AAAAABOUVNOBSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRWHE4DEMBQGY . You are receiving this because you authored the thread.Message ID: @.***>

whatacold commented 1 month ago

Cloned it in another PC.