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 611b7c4 commit 82f4b1eCopy full SHA for 82f4b1e
src/doc/src/appendix/git-authentication.md
@@ -10,6 +10,10 @@ handle fetching remote repositories instead of using the built-in support.
10
This can be enabled with the `CARGO_NET_GIT_FETCH_WITH_CLI=true` environment
11
variable.
12
13
+> **Note:** Cargo does not require authentication for public git dependencies
14
+> so if you see an authentication failure in that context, ensure that the
15
+> URL is correct.
16
+
17
## HTTPS authentication
18
19
HTTPS authentication requires the [`credential.helper`] mechanism. There are
0 commit comments