Skip to content

Commit 69c4bf2

Browse files
authored
Clarifies OpenSSH Library Steps
The current Git for Windows installer (2.34.1) screen "Choosing the SSH Executable" page asks the use to select between "Use bundled OpenSSH" and "Use external OpenSSH". The user should explicitly be directed to use select "Use bundled OpenSSH".
1 parent e344b8f commit 69c4bf2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_includes/install_instructions/shell.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3>The Bash Shell</h3>
2626
</li>
2727
<li>
2828
<strong>
29-
From the dropdown menu select "Use the Nano editor by default" (NOTE: you will need to scroll <emph>up</emph> to find it) and click on "Next".
29+
From the dropdown menu, "Choosing the default editor used by Git", select "Use the Nano editor by default" (NOTE: you will need to scroll <emph>up</emph> to find it) and click on "Next".
3030
</strong>
3131
</li>
3232
{% comment %} Adjusting the name of the initial branch in new repositories {% endcomment %}
@@ -46,6 +46,9 @@ <h3>The Bash Shell</h3>
4646
command line and also from 3rd-party software" option.)
4747
</li>
4848
{% comment %} Choosing the SSH executable {% endcomment %}
49+
<li>
50+
Select "Use bundled OpenSSH".
51+
</li>
4952
{% comment %} Choosing HTTPS transport backend {% endcomment %}
5053
<li>
5154
Ensure that "Use the native Windows Secure Channel Library" is selected and click on "Next".

0 commit comments

Comments
 (0)