Skip to content
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

Slight update needed for Git bash for Windows installation instructions #754

Open
mattagape opened this issue Sep 23, 2021 · 4 comments
Open

Comments

@mattagape
Copy link

Hi all

First, Sarah's very helpful video tutorial in setting up Git Bash for Windows is a little outdated; nano is now installed during the Git Bash installation, and the separate SWCarpentryInstaller.exe is no longer required. The step-by-step written instructions were obviously updated at some point to reflect this.

However, I was just going through the instructions on a new Windows laptop. The Git Bash installer has changed slightly (unless I missed this bit before!). It has an option about "Choosing the SSH executable".

So I think this stage should be made clear.

image

Presumably one should accept the default of "Use bundled OpenSSH".

@elichad
Copy link
Contributor

elichad commented Sep 28, 2021

I agree that clarification is needed here! This is a new feature in v2.32.0(2) (July 6th 2021).

Windows 10 does come with its own SSH client now, but I'm not sure if it's available by default or if you have to install it as an optional feature.

I would guess that bundled OpenSSH should be okay (I have both the Git and Windows 10 version installed and have no problems) but it could really do with testing on a fresh machine. @mattgillucl did you go through the course and test that it works?

@mattagape
Copy link
Author

@elichad It works ok on my machine (TM), but I haven't gone through the course to test the installation.

@mattagape
Copy link
Author

OK I fired up a git bash terminal, on a newish Windows 10 laptop (not used much), and successfully used ssh to log in to a remote machine.

$ which ssh
/usr/bin/ssh

So it looks like the bundled OpenSSH is OK.

@elichad
Copy link
Contributor

elichad commented Oct 11, 2021

I told attendees of my workshop (~50 people) to use the bundled OpenSSH option, and that didn't seem to cause any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants