-
Notifications
You must be signed in to change notification settings - Fork 0
Git for Windows
strider2009 edited this page Jun 22, 2012
·
1 revision
- Download and install git.
- Run the Git GUI
- Generate an SSH Key
- In the Git GUI, click Help->Show SSH key
- Click 'Generate key'
- Then enter your pass phrase (this is kinda like a password for your key)
- Add your SSH key to GitHub
- Go to your github Account Settings
- Click 'SSH Keys' on the left hand side
- Paste your key into the 'Key' field
- Click 'Add key'
- Confirm the action by entering your GitHub passowrd
- Select 'Clone Existing Repository'.
- Source Location = 'git@github.com:gcielniak/RoboJam.git'
- Target Directory = Your Work Directory
- When cloning, you will be prompted for your 'pass phrase', this was the one you used to setup your ssh-key.