Flatiron 2nd floor IDA
Terminal.app
on OS X or WSL
/Ubuntu
on Windows)
and ensure that you see something similar when running echo $SHELL
in the terminal.
> echo $SHELL
/usr/bin/bash
you also might see /usr/bin/zsh
or /bin/bash
or /bin/zsh
, depending on your environment. If you instead see
$SHELL
, you are probably running a Windows command
prompt and not in WSL.
> git --version
git version 1.8.3
if you have a higher version, that is perfectly fine.
> which ssh-keygen
/usr/bin/ssh-keygen
or something similar should be returned.