[llvm-dev] Cannot Clone GitHub Repo

Bill Wendling via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 23 00:27:11 PDT 2019


It didn't exist. I tried it with "--recursive", which was suggested to me,
and it worked. I don't know if it still fails without that flag, but at
least I'm past this hurdle. :-)

-bw

On Mon, Sep 23, 2019 at 12:25 AM David Zarzycki <dave at znu.io> wrote:

> Hi Bill,
>
> I just checked my Linux and macOS boxes. Both work.
>
> Given that the error is a local filesystem path, does the directory
> `llvm-project` already exist on your filesystem before the `git clone`? If
> so, then you might try doing a `rm -rf llvm-project` right before doing
> `git clone https://github.com/llvm/llvm-project.git`
> <https://github.com/llvm/llvm-project.git>
>
> Dave
>
> > On Sep 23, 2019, at 1:28 AM, Bill Wendling via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > The title says it all. I get this every time I try to clone the repo. I
> don't know how to get past it...I'm not even sure what it's complaining
> about...
> >
> > $ git clone https://github.com/llvm/llvm-project.git
> > Cloning into 'llvm-project'...
> > remote: Enumerating objects: 2558, done.
> > remote: Counting objects: 100% (2558/2558), done.
> > remote: Compressing objects: 100% (90/90), done.
> > remote: Total 3544909 (delta 2489), reused 2493 (delta 2468),
> pack-reused 3542351
> > Receiving objects: 100% (3544909/3544909), 1.27 GiB | 5.67 MiB/s, done.
> > fatal: unable to open
> /Users/morbo/llvm/llvm-project/.git/objects/pack/tmp_pack_SVeS58: No such
> file or directory
> > fatal: index-pack failed
> >
> > -bw
> > _______________________________________________
> > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190923/894502bc/attachment.html>


More information about the llvm-dev mailing list