[llvm-dev] Cannot Clone GitHub Repo

David Zarzycki via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 23 00:25:20 PDT 2019


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`

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



More information about the llvm-dev mailing list