glide 下载golang.org包问题
2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>
今天編譯Uber的Aresgo。依賴管理用 glide,下載golang.org 包的時(shí)候遇到問題。
方法一:
設(shè)置 glide mirror
glide mirror set https://golang.org/x/mobile https://github.com/golang/mobile --vcs git
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/tools https://github.com/golang/tools --vcs git
glide mirror set https://golang.org/x/text https://github.com/golang/text --vcs git
glide mirror set https://golang.org/x/image https://github.com/golang/image --vcs git
glide mirror set https://golang.org/x/sys https://github.com/golang/sys --vcs git
$ glide init
$ glide install
方法二:
GOPROXY
https://shockerli.net/post/go-get-golang-org-x-solution/
轉(zhuǎn)載于:https://my.oschina.net/u/612750/blog/3025988
總結(jié)
以上是生活随笔為你收集整理的glide 下载golang.org包问题的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 4.线程
- 下一篇: 你所认识的String