Replies: 1 comment
-
by the way, I downloaded golang with 1.22 version and then should upgrade the google.golang.org/protobuf to v1.33 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
after install the kratos cli and run
kratos new test
, then I met an error like thiszsh: command not found: kratos
so i think should explain how to set
go path
when kratos command not foundthe way i run kratos cli: (with macOS 14)
go install github.com/go-kratos/kratos/cmd/kratos/v2@latest
then the
kratos
command works for meBeta Was this translation helpful? Give feedback.
All reactions