https://grpc.io/docs/languages/go/quickstart/
按照官方文档操作,因为墙肯定没法直接安装;
参考网上各种资料:
grpc
git clone https://github.com/grpc/grpc-go.git GOPATH/src/golang.org/x/net
git clone https://github.com/golang/text.git GOPATH/src/golang.org/x/sys
protobuf
mkdir -p GOPATH/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
有疑问加站长微信联系(非本文作者)