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