We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04afc94 + 10378ad commit ff14892Copy full SHA for ff14892
docs/dep.md
@@ -24,3 +24,10 @@ hack/update-bazel.sh
24
```
25
26
To prune unneeded deps, and then update all the bazel files that `dep` blows away.
27
+
28
+## Tips
29
30
+If `dep ensure` doesn't come back and freezes, please make sure `hg` command is
31
+installed on your environment. `dep ensure` requires `hg` command for getting
32
+bitbucket.org/ww/goautoneg , but `dep ensure` doesn't output such error message
33
+and just freezes. [reference](https://github.com/kubernetes/test-infra/issues/5987)
0 commit comments