-
Notifications
You must be signed in to change notification settings - Fork 66.8k
Add ssh-keygen troubleshooting info for Windows #43714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
a720cee
85b03eb
9aa4442
8882018
1defd14
bda88f5
df8d595
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -176,6 +176,12 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav | |||||||||||||||||
| > ```powershell | ||||||||||||||||||
| > git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe" | ||||||||||||||||||
| > ``` | ||||||||||||||||||
| > | ||||||||||||||||||
| > Furthermore, you may need to specify which `ssh-keygen` binary Git should use to avoid conflicts with the binary bundled with Git for Windows. To define which binary is used, run the following command: | ||||||||||||||||||
|
Sharra-writes marked this conversation as resolved.
Outdated
|
||||||||||||||||||
| > ```powershell | ||||||||||||||||||
| > git config --global gpg.ssh.program "C:/Windows/System32/OpenSSH/ssh-keygen.exe" | ||||||||||||||||||
| > ``` | ||||||||||||||||||
| > Alternatively, you can re-install Git for Windows and select the "Use external OpenSSH" option during the installation process. | ||||||||||||||||||
|
||||||||||||||||||
| > | |
| > Furthermore, you may need to specify which `ssh-keygen` binary Git should use to avoid conflicts with the binary bundled with Git for Windows. To define which binary is used, run the following command: | |
| > ```powershell | |
| > git config --global gpg.ssh.program "C:/Windows/System32/OpenSSH/ssh-keygen.exe" | |
| > ``` | |
| > Alternatively, you can re-install Git for Windows and select the "Use external OpenSSH" option during the installation process. | |
| > | |
| > Alternatively, you can reinstall Git for Windows and select the "Use external OpenSSH" option during installation. |
Uh oh!
There was an error while loading. Please reload this page.