layout | title | permalink |
---|---|---|
page |
Setup |
/setup/ |
Your installation for Git
will vary depending on your operating system.
- Mac OSX -
git
is already installed on your machine.- If you have an older OSX, you may still need to download
git
. Detailed installation instructions
- If you have an older OSX, you may still need to download
- Linux -
git
is already installed on your machine. - Windows - you will need to install the components:
-
Download the Git for Windows installer
-
Run the installer and follow the steps bellow:
- Click on "Next".
- Click on "Next".
- Keep "Use Git from the Windows Command Prompt" selected and click on "Next". If you forgot to do this programs that you need for the workshop will not work properly. If this happens rerun the installer and select the appropriate option.
- Click on "Next".
- Keep "Checkout Windows-style, commit Unix-style line endings" selected and click on "Next".
- Keep "Use Windows' default console window" selected and click on "Next".
- Click on "Install".
- Click on "Finish".
-
If your "HOME" environment variable is not set (or you don't know what this is): Open command prompt (Open Start Menu then type
cmd
and press [Enter]) Type the following line into the command prompt window exactly as shown:
setx HOME "%USERPROFILE%"
Press [Enter], you should see SUCCESS: Specified value was saved
.
Quit command prompt by typing exit
then pressing [Enter]