Skip to content

Commit 3690580

Browse files
committed
Fix typos
1 parent d4396a2 commit 3690580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please make sure your remote URLs use "https://" rather than "http://".
2222

2323
### Q: I got an authentication error and I am behind a network proxy
2424

25-
You probably need to configure Git and GCM to use a proxy. Please see detailed information in the [netconfig doc][netconfig-http-proxy].
25+
You probably need to configure Git and GCM to use a proxy. Please see detailed information in the [network config doc][netconfig-http-proxy].
2626

2727
### Q: I'm getting errors about picking a credential store on Linux
2828

@@ -81,7 +81,7 @@ We are happy to accept proposals and/or contributions to enable GCM to run on ot
8181

8282
Due to the design of Git and credential helpers such as GCM, we need this setting to make Git use the full remote URL (including the path component) when communicating with GCM. The new `dev.azure.com` format of Azure DevOps URLs means the account name is now part of the path component (for example: `https://dev.azure.com/contoso/...`). The Azure DevOps account name is required in order to resolve the correct authority for authentication (which Azure AD tenant backs this account, or if it is backed by Microsoft personal accounts).
8383

84-
In the older GCM for Windows product, the solution to the same problem was a "hack". GCM for Windows would walk the process tree looking for the `git-remote-https.exe` process, and attempt to read/parse the process environment block looking for the command line arguments (that contained the full remote URL). This is fragile and not a cross-platform solution, hense the need for the `credential.useHttpPath` setting with GCM.
84+
In the older GCM for Windows product, the solution to the same problem was a "hack". GCM for Windows would walk the process tree looking for the `git-remote-https.exe` process, and attempt to read/parse the process environment block looking for the command line arguments (that contained the full remote URL). This is fragile and not a cross-platform solution, hence the need for the `credential.useHttpPath` setting with GCM.
8585

8686
### Why does GCM take so long at startup the first time?
8787

0 commit comments

Comments
 (0)