| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
9年前发布

点对点的 Git 仓库网络:GitTorrent

GitTorrent 是一个点对点的 Git 仓库网络,基于 BitTorrent 进行分享。

GitTorrent 包含 5 个组件:

  1. 一个 git 传输助手,知道如何去下载和上传 git 对象,可用于 git 本身执行 fetch/clone/push 操作

  2. 一个分布式哈希表来告知节点提供的 git 服务

  3. BitTorrent 协议扩展负责发送打包文件到对方

  4. 一个 key/value 存储基于分布式哈希表,作为用户配置,描述一个用户的仓库以及最新的 git 哈希

  5. 用于在 Bitcoin 的 blockchian 中注册友好用户名的方法

开始使用

npm install gittorrent

克隆仓库

git clone gittorrent://github.com/someuser/somerepo

提供 Git 服务

touch somerepo/.git/git-daemon-export-ok  gittorrentd

项目主页:http://www.open-open.com/lib/view/home/1432969545551

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1432969545551.html
网络技术 GitTorrent