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.
1 parent 87aeea7 commit 1369ca8Copy full SHA for 1369ca8
tools/license-tool/README.md
@@ -9,3 +9,14 @@ Install [Rust](https://www.rust-lang.org/learn/get-started).
9
3) Change to the tool directory: `cd tools/license-tool/`.
10
4) Run the tool: `cargo run`.
11
5) Paste the output into the docs at `source/third-party-licenses.txt`.
12
+
13
+# Troubleshooting
14
15
+If you run into an error with `cargo run`,
16
+try adding the following text to `~/.carg/config`
17
+(create this file if it does not exist):
18
19
+```
20
+[net]
21
+git-fetch-with-cli = true
22
0 commit comments