[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't clone emacs.git
From: |
Karl Fogel |
Subject: |
Re: Can't clone emacs.git |
Date: |
Wed, 22 Mar 2017 15:51:52 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
Zack Weinberg <address@hidden> writes:
>$ git clone -b master git://git.sv.gnu.org/emacs.git
>Cloning into 'emacs'...
>remote: Counting objects: 786327, done.
>remote: Compressing objects: 100% (142709/142709), done.
>error: inflate: data stream error (invalid stored block lengths)
>fatal: pack has bad object at offset 129019143: inflate returned -3
>fatal: index-pack failed
>
>Anyone else getting this?
I think you've probably run into this problem:
http://www.rants.org/2016/04/redis_github_clone_error/
Best regards,
-Karl