top | item 9626106 (no title) mrisse | 10 years ago Can I clone GitTorrent with GitTorrent? discuss order hn newest cjbprime|10 years ago Yes, it works.npm install gittorrentgit clone gittorrent://github.com/cjb/gittorrentOr for true decentralization (doesn't get the wanted sha1 from github.com):gittorrent://81e24205d4bac8496d3e13282c90ead5045f09ea/gittorrent mrisse|10 years ago It works! Very cool. colund|10 years ago I got fatal: Unable to find remote helper for 'gittorrent' load replies (1)
cjbprime|10 years ago Yes, it works.npm install gittorrentgit clone gittorrent://github.com/cjb/gittorrentOr for true decentralization (doesn't get the wanted sha1 from github.com):gittorrent://81e24205d4bac8496d3e13282c90ead5045f09ea/gittorrent mrisse|10 years ago It works! Very cool. colund|10 years ago I got fatal: Unable to find remote helper for 'gittorrent' load replies (1)
cjbprime|10 years ago
npm install gittorrent
git clone gittorrent://github.com/cjb/gittorrent
Or for true decentralization (doesn't get the wanted sha1 from github.com):
gittorrent://81e24205d4bac8496d3e13282c90ead5045f09ea/gittorrent
mrisse|10 years ago
colund|10 years ago