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
I'm trying to build with an executing 'build.sh' file, but I'm getting an error like this:
fail("error running '%s' while working with @%s:\n%s" % (command_text, name, stderr))
Error in fail: error running 'git fetch origin dev:origin/dev'while working with @rules_proto_grpc:
fatal: couldn't find remote ref devERROR: Error computing the main repository mapping: no such package '@@rules_proto_grpc//': error running 'git fetch origin dev:origin/dev' while working with @rules_proto_grpc:fatal: couldn't find remote ref dev
I found out that rules_proto_grpc 'dev' branch doesn't exist now, but there is a 'legacy' branch.
The text was updated successfully, but these errors were encountered:
I'm trying to build with an executing 'build.sh' file, but I'm getting an error like this:
I found out that rules_proto_grpc 'dev' branch doesn't exist now, but there is a 'legacy' branch.
The text was updated successfully, but these errors were encountered: