美文网首页
[SERO] go-czero-import下载不下来的解决办法

[SERO] go-czero-import下载不下来的解决办法

作者: ytxing | 来源:发表于2020-02-27 11:41 被阅读0次

有些开发者,在克隆https://github.com/sero-cash/go-czero-import的过程中,会发现github很慢,根本克隆不下来。
这时候你可能需要使用国内的镜像(也由官方维护),地址是https://gitee.com/sero-cash/go-czero-import
本地的地址,仍然是$GOPATH/src/github.com/sero-cash/go-czero-import

cd $GOPATH/src/github.com/sero-cash/
git clone https://gitee.com/sero-cash/go-czero-import.git

然后就可以编译go-sero了。

相关文章

网友评论

      本文标题:[SERO] go-czero-import下载不下来的解决办法

      本文链接:https://www.haomeiwen.com/subject/wdrthhtx.html