You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I cloned the code locally, I executed the make gen command, but got the following error.
➜ api git:(master) ✗ make gen
./clean.sh
./gen.sh
authentication/v1alpha1/policy.proto:23:8:import "google/api/field_behavior.proto": file does not exist
make[1]: *** [Makefile.core.mk:34: gen-proto] Error 100
make: *** [gen] Error 2
The text was updated successfully, but these errors were encountered:
After I cloned the code locally, I executed the
make gen
command, but got the following error.The text was updated successfully, but these errors were encountered: