GRPC安装

少年不惑 · · 398 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

https://grpc.io/docs/languages/go/quickstart/
按照官方文档操作,因为墙肯定没法直接安装;

参考网上各种资料:
grpc
git clone https://github.com/grpc/grpc-go.git GOPATH/src/google.golang.org/grpc git clone https://github.com/golang/net.gitGOPATH/src/golang.org/x/net
git clone https://github.com/golang/text.git GOPATH/src/golang.org/x/text git clone https://github.com/golang/sys.gitGOPATH/src/golang.org/x/sys

protobuf
mkdir -p GOPATH/src/google.golang.org git clone https://e.coding.net/robinqiwei/googleprotobuf.gitGOPATH/src/google.golang.org/protobuf

genproto
git clone https://github.com/google/go-genproto.git $GOPATH/src/google.golang.org/genproto

cd $GOPATH/src/
go install google.golang.org/grpc

[解决go包管理代理网址无法访问:

go env -w GOPROXY=https://goproxy.cn

注意:go需要高版本
https://golang.google.cn/doc/install?download=go1.15.6.linux-amd64.tar.gz
环境变量要注意,可能一下文件都要查看下:
/etc/profile
.bash_profile
.bashrc


有疑问加站长微信联系(非本文作者)

本文来自:简书

感谢作者:少年不惑

查看原文:GRPC安装

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

398 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传