美文网首页Golang
Golang glide 包管理镜像

Golang glide 包管理镜像

作者: 保儿洁 | 来源:发表于2018-10-30 19:34 被阅读2次

    glide mirror set golang.org/x/sys github.com/golang/sys
    不生效,包下载还是被墙。调整配置镜像策略后恢复
    glide mirror set https://golang.org/x/sys/unix https://github.com/golang/sys

    glide mirror set https://golang.org/x/crypto https://github.com/golang/crypto --vcs git

    glide mirror set https://golang.org/x/net https://github.com/golang/net --vcs git

    glide mirror set https://golang.org/x/sys https://github.com/golang/sys --vcs git

    glide mirror set https://golang.org/x/text https://github.com/golang/text --vcs git

    glide mirror set https://google.golang.org/grpc https://github.com/grpc/grpc-go --vcs git

    glide mirror set https://google.golang.org/genproto https://github.com/google/go-genproto --vcs git

    相关文章

      网友评论

        本文标题:Golang glide 包管理镜像

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