当前位置: 首页 > 工具软件 > program-o > 使用案例 >

Please specify a program using absolute path or make sure the program is available in your PATH syst

方昊阳
2023-12-01

问题描述

Please specify a program using absolute path or make sure the program is available in your PATH system variable

思路

缺少protoc-gen-go插件

解决

下载protobuf

git clone https://github.com/golang/protobuf.git

cd到protobuf/protoc-gen-go/,执行go build 和go install 即可,go install命令可以把刚build 好的依赖放到gopkg中,如果配置了go环境变量,那就可以直接用来生成.pb文件

 类似资料:

相关阅读

相关文章

相关问答