centos 需要安装的 git wget go
yum install redis git go python
export GOPROXY=https://goproxy.io
1. https://github.com/juicedata/juicefs
或者使用 https://gitee.com/we-blog/JuiceFS.git
git clone https://github.com/juicedata/juicefs.git
or
git clone https://gitee.com/we-blog/JuiceFS.git
cd juicefs
执行make前 先配置个代理
export GOPROXY=https://goproxy.io
make
2. 使用 ./juicefs --version
juicefs version 1.0-dev (2021-12-06 d51194dda)
3. 使用 ./juicefs --help