File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,10 @@ that can always be overridden by the user in the usual ways.
3030Default setting values come from the Windows Registry, specifically the
3131following keys:
3232
33- ### 32-bit Windows
34-
3533``` text
3634HKEY_LOCAL_MACHINE\SOFTWARE\GitCredentialManager\Configuration
3735```
3836
39- ### 64-bit Windows
40-
41- ``` text
42- HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GitCredentialManager\Configuration
43- ```
44-
45- > GCM is a 32-bit executable on Windows. When running on a 64-bit
46- installation of Windows registry access is transparently redirected to the
47- ` WOW6432Node ` node.
48-
4937By using the Windows Registry, system administrators can use Group Policy to
5038easily set defaults for GCM's settings.
5139
@@ -55,6 +43,16 @@ those of the [Git configuration][config] settings.
5543The type of each registry key can be either ` REG_SZ ` (string) or ` REG_DWORD `
5644(integer).
5745
46+ ### 32-bit / x86
47+
48+ When running the 32-bit (x86) version of GCM on a 64-bit (x64 or ARM64)
49+ installation of Windows, the registry access is transparently redirected to
50+ the ` WOW6432Node ` node.
51+
52+ ``` text
53+ HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GitCredentialManager\Configuration
54+ ```
55+
5856## macOS
5957
6058Default settings values come from macOS's preferences system. Configuration
You can’t perform that action at this time.
0 commit comments