Skip to content

Commit 8882018

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 9aa4442 commit 8882018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
177177
> git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"
178178
> ```
179179
>
180-
> 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:
180+
> 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:
181181
>
182182
> ```powershell
183183
> git config --global gpg.ssh.program "C:/Windows/System32/OpenSSH/ssh-keygen.exe"
184184
> ```
185185
>
186-
> Alternatively, you can re-install Git for Windows and select the "Use external OpenSSH" option during the installation process.
186+
> Alternatively, you can re-install Git for Windows and select the **Use external OpenSSH** option during the installation process.
187187

188188

189189
{% endwindows %}

0 commit comments

Comments
 (0)