Skip to content

Commit 011c841

Browse files
pierwilljwilliams-mongo
authored andcommitted
DOCSP-30492 Add troubleshooting for license-tool (#1389)
Co-authored-by: pierwill <[email protected]>
1 parent f87c7af commit 011c841

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/license-tool/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,14 @@ Install [Rust](https://www.rust-lang.org/learn/get-started).
99
3) Change to the tool directory: `cd tools/license-tool/`.
1010
4) Run the tool: `cargo run`.
1111
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

Comments
 (0)