Skip to content
strider2009 edited this page Jun 22, 2012 · 1 revision

Installing and using git for Windows

  1. Download and install git.
  2. Run the Git GUI
  3. Generate an SSH Key
  4. In the Git GUI, click Help->Show SSH key
  5. Click 'Generate key'
  6. Then enter your pass phrase (this is kinda like a password for your key)
  7. Add your SSH key to GitHub
  8. Go to your github Account Settings
  9. Click 'SSH Keys' on the left hand side
  10. Paste your key into the 'Key' field
  11. Click 'Add key'
  12. Confirm the action by entering your GitHub passowrd
  13. Select 'Clone Existing Repository'.
  14. Source Location = 'git@github.com:gcielniak/RoboJam.git'
  15. Target Directory = Your Work Directory
  16. When cloning, you will be prompted for your 'pass phrase', this was the one you used to setup your ssh-key.
Clone this wiki locally