Skip to content

Commit 85b03eb

Browse files
authored
chore: Resolve lint error MD031
Fixed lint error MD031, blanks-around-fences (Fenced code blocks should be surrounded by blank line)
1 parent a720cee commit 85b03eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,11 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
178178
> ```
179179
>
180180
> 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:
181+
>
181182
> ```powershell
182183
> git config --global gpg.ssh.program "C:/Windows/System32/OpenSSH/ssh-keygen.exe"
183184
> ```
185+
>
184186
> Alternatively, you can re-install Git for Windows and select the "Use external OpenSSH" option during the installation process.
185187

186188

0 commit comments

Comments
 (0)