This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Windows: protoc issue the system cannot find the file specified
#11
Labels
bug
Something isn't working
Comments
Does your protoc command works fine?
|
OK its work!! but i have another issue. i try run micro run but got error: CreateFile C:\Users\DELL\AppData\Local\Temp\micro\uploads\C:\microservice\go\src\micro\helloworld: The filename, directory name, or volume label syntax is incorrect. i think error about path. but i dont know to setting that. maybe you can help me. trims |
Could you provide a demo? This error seams not throw by go-micro. |
Could be an issue of go-micro/cmd/micro, you can try
|
Possibly related to #12. |
the system cannot find the file specified
alex-dna-tech
added a commit
to alex-dna-tech/cli
that referenced
this issue
Mar 27, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i try run make proto tidy but i got error
process_begin: CreateProcess(NULL, protoc --proto_path=. --micro_out=. --go_out=:. proto/helloworld.proto, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:11: proto] Error 2
i try in windows.
maybe can you help me
Trims
The text was updated successfully, but these errors were encountered: