Solve dependency issue when using gRPC cpp in bazel
问题 I am trying to run a simple program with gRPC in dependency. I tried several examples but continuesly get the following error: ERROR: /home/git/examples/WORKSPACE:1:1: name 'git_repository' is not defined ERROR: Error evaluating WORKSPACE file This is my bazel version: ➜ git:(master) ✗ bazel version Build label: 0.23.2 And this is the workspace file content: git_repository( name = "com_github_grpc_grpc", commit = "ac0808b107d73613191b66617a547a201871a845", remote = "https://github.com/grpc