Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
a565587f
提交
a565587f
authored
11月 08, 2014
作者:
Jeromy
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
work on readme
上级
c62acb27
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
26 行增加
和
5 行删除
+26
-5
README.md
README.md
+26
-5
没有找到文件。
README.md
浏览文件 @
a565587f
# ipfs implementation in go. [](https://godoc.org/github.com/jbenet/go-ipfs) [](https://travis-ci.org/jbenet/go-ipfs)
# ipfs implementation in go.
[

](https://godoc.org/github.com/jbenet/go-ipfs)
[

](https://travis-ci.org/jbenet/go-ipfs)
See: https://github.com/jbenet/ipfs
Ipfs is a global, versioned, peer-to-peer filesystem. It combines good ideas from
Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm,
exchanging git objects. IPFS provides an interface as simple as the HTTP web, but
with permanence built in. You can also mount the world at /ipfs.
For more info see: https://github.com/jbenet/ipfs
Please put all issues regarding IPFS _design_ in the
[
ipfs repo issues
](
https://github.com/jbenet/ipfs/issues
)
.
...
...
@@ -18,13 +24,13 @@ go install
NOTES:
*
`git`
and mercurial (
`hg`
) are
required in order for
`go get`
to fetch
*
`git`
is
required in order for
`go get`
to fetch
all dependencies.
*
Package managers often contain out-of-date
`golang`
packages.
Compilation from source is recommended.
*
If you are interested in development, please install the development
dependencies as well.
*
*
*WARNING: older versions of OSX FUSE (for Mac OS X) can cause kernel panics when mounting!*
*
*
*
WARNING: older versions of OSX FUSE (for Mac OS X) can cause kernel panics when mounting!
*
We strongly recommend you use the
[
latest version of OSX FUSE
](
http://osxfuse.github.io/
)
.
(See https://github.com/jbenet/go-ipfs/issues/177)
...
...
@@ -70,13 +76,28 @@ system, this is done with `ipfs init`. See `ipfs help init` for information on
the optional arguments it takes. After initialization is complete, you can use
`ipfs mount`
,
`ipfs add`
and any of the other commands to explore!
### Some things to try
Basic proof of 'ipfs working' locally:
echo "hello world" > hello
ipfs add hello
# This should output a hash string that looks something like:
# QmT78zSuBmuS4z925WZfrqQ1qHaJ56DQaTfyMUF7F8ff5o
ipfs cat <that hash>
NOTE: if you have previously installed ipfs before and you are running into
### Troubleshooting
If you have previously installed ipfs before and you are running into
problems getting a newer version to work, try deleting (or backing up somewhere
else) your config directory (~/.go-ipfs by default) and rerunning
`ipfs init`
.
This will reinitialize the config file to its defaults and clear out the local
datastore of any bad entries.
For any other problems, check the
[
issues list
](
http://github.com/jbenet/go-ipfs/issues
)
and if you dont see your problem there, either come talk to us on irc (freenode #ipfs) or
file an issue of your own!
## Contributing
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论