Closed nochso closed 7 years ago
I have the same problem on my machine. The git objects are huge. I'll try to track it down, it may be a relic of when I separated this from anacrolix/torrent. Thank you for reporting.
I've fixed this, I had some tags get leaked in from another project.
$ git clone git@github.com:anacrolix/dht.git
Cloning into 'dht'...
remote: Counting objects: 693, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 693 (delta 0), reused 2 (delta 0), pack-reused 686
Receiving objects: 100% (693/693), 247.94 KiB | 0 bytes/s, done.
Resolving deltas: 100% (420/420), done.
Thanks! Maybe now dep init
will work :)
A simple
git clone
is taking ages:Same problem when cloning a fork of this repository. I've tried both HTTPS and SSH. Downloading the ZIP works fine and it's tiny.
Do you have any idea what's going on? Any other repo is working fine.