linfun486 opened a new issue, #2695: URL: https://github.com/apache/dubbo-go/issues/2695
### Environment go version go1.22.4 darwin/arm64 dubbogo-cli Version: 1.0.0 protoc: libprotoc 27.1 protoc-gen-go v1.34.2 protoc-gen-go-triple 3.0.0 - Server: Dubbo-go,v3.2.0-rc1 - Client: Dubbo-go,v3.2.0-rc1 - Protocol: Triple - Registry: nacos, v2.3.2 ### Issue description 发现用新版本的triple.go文件有差异,多了Register******Handler方法,并在通过config-center启动时,需调用该方法进行注册。 故想尝试 protoc --go_out=. --go-triple_out=. ./user.proto 重新生成对应的*。triple.go文件 ,就报错走不下去了 目前发现windows版本可以正常生成*.triple.go文件,但是mac上就如下错误 `--go-triple_out: exit status 127` ### Logs <details><summary>Click me to check logs</summary> --go-triple_out: exit status 127 // 就这么一行 </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
