cjb / GitTorrent

A decentralization of GitHub using BitTorrent and Bitcoin
MIT License
4.75k stars 262 forks source link

Clone hangs forever for self-hosted repo #78

Closed alexpear closed 8 years ago

alexpear commented 8 years ago

I haven't been able to clone served-by-gittorrentd repos on any of 3 machines (OSX, ubuntu, ubuntu). For one thing, do we want a timeout?

Things i've tried:

etc

Any suggestions for how to make this work would be appreciated.

cjb commented 8 years ago

A timeout would be great, feel free to PR :)

I'll check it out when I get a sec, might be my fault.

cjb commented 8 years ago

Hi! Okay, I've restarted the DHT server and checked that:

git clone gittorrent://github.com/cjb/gittorrent
git clone gittorrent://81e24205d4bac8496d3e13282c90ead5045f09ea/gittorrent

both work fine. Feel free to send me a log if you'd like help debugging your stuff.

alexpear commented 8 years ago

It works for me now! I don't think i changed anything. That DHT server reboot might have been necessary. Thanks.