Skip to content

Commit

Permalink
Update shell.html
Browse files Browse the repository at this point in the history
  • Loading branch information
uhilgert authored Dec 18, 2023
1 parent 71c54c9 commit a288e46
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions _includes/install_instructions/shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,47 +40,51 @@ <h3>The Bash Shell</h3>
</li>
{% comment %} Adjusting your PATH environment {% endcomment %}
<li>
Ensure that "Git from the command line and also from 3rd-party software" is selected and
On the page that says "Adjusting your PATH environment", ensure that "Git from the command line and also from 3rd-party software" is selected and
click on "Next". (If you don't do this Git Bash will not work properly, requiring you to
remove the Git Bash installation, re-run the installer and to select the "Git from the
command line and also from 3rd-party software" option.)
</li>
{% comment %} Choosing the SSH executable {% endcomment %}
<li>
Select "Use bundled OpenSSH".
On the page that says "Choosing the SSH executable", ensure that "Use bundled OpenSSH" is selected and click on "Next".
</li>
{% comment %} Choosing HTTPS transport backend {% endcomment %}
<li>
Ensure that "Use the native Windows Secure Channel Library" is selected and click on "Next".
On the page that says "Choosing HTTPS transport backend", ensure that "Use the native Windows Secure Channel Library" is selected and click on "Next".
</li>
{% comment %} This should mean that people stuck behind corporate firewalls that do MITM attacks
with their own root CA are still able to access remote git repos. {% endcomment %}
{% comment %} Configuring the line ending conversions {% endcomment %}
<li>
Ensure that "Checkout Windows-style, commit Unix-style line endings" is selected and click on "Next".
On the page that says "Configuring the line ending conversions", ensure that "Checkout Windows-style, commit Unix-style line endings" is selected and click on "Next".
</li>
{% comment %} Configuring the terminal emulator to use with Git Bash {% endcomment %}
<li>
<strong>
Ensure that "Use Windows' default console window" is selected and click on "Next".
On the page that says "Configuring the terminal emulator to use with Git Bash", ensure that "Use Windows' default console window" is selected and click on "Next".
</strong>
</li>
{% comment %} Configuring extra options {% endcomment %}
<li>
Ensure that "Default (fast-forward or merge) is selected and click "Next"
On the page that says "Choose the default behavior of 'git pull'", ensure that "Default (fast-forward or merge) is selected and click on "Next".
</li>
<li>
Ensure that "Git Credential Manager" is selected and click on "Next".
On the page that says "Choose a credential helper", ensure that "Git Credential Manager" is selected and click on "Next".
</li>
<li>
Ensure that "Enable file system caching" is selected and click on "Next".
On the page that says "Configuring extra options", ensure that "Enable file system caching" is selected and click on "Next".
</li>
{% comment %} Configuring experimental options {% endcomment %}
<li>Click on "Install".</li>
<li>
On the page that says "Configuring experimental options", click on "Install".
</li>
{% comment %} Installing {% endcomment %}
{% comment %} Completing the Git Setup Wizard {% endcomment %}
{% comment %} as of 2020-06-02, the Window will say "click Finish", but the button is labelled as "Next" {% endcomment %}
<li>Click on "Finish" or "Next".</li>
<li>
On the page that says "Completing the Git Setup Wizard", uncheck the "View Release Notes" option and click on "Finish" (or "Next", if that's what the button says).
</li>
</ol>
</li>
<li>
Expand Down

0 comments on commit a288e46

Please sign in to comment.