加入收藏 | 设为首页 | 会员中心 | 我要投稿 北几岛 (https://www.beijidao.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

[Go] go get获取官方库被墙解决

发布时间:2021-05-21 06:45:45 所属栏目:大数据 来源: https://www.jb51.cc
导读:1.直接在github上clone对应的代码,地址为: https://github.com/golang/xxxxxxx.git xxxxxxx为所缺的库名?,比如net库? text库 https://github.com/golang/net.git https://github.com/golang/text.git 2.在定义的GOPATH目录,比如 : /home/ubuntu/gobook,clone

1.直接在github上clone对应的代码,地址为:

https://github.com/golang/xxxxxxx.git

xxxxxxx为所缺的库名?,比如net库? text库

https://github.com/golang/net.git

https://github.com/golang/text.git

2.在定义的GOPATH目录,比如 : /home/ubuntu/gobook,clone到指定的目录

cd /home/ubuntu/gobook/src/golang.org/? ??

git clone?https://github.com/golang/text.git? ?text

3.把代码放到指定的GOPATH的目录,就可以直接使用了

?

(编辑:北几岛)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读