# Insert as much information as you can. # Your API token is at GitHub.com > Account Settings > Account Admin. # Give your email to GitHub (necessary https://github.com/account under email addresses). # Open GitBash (from the first program you installed) and type this then hit enter: # ssh-keygen -t rsa -C ”signs>@github.com” # Leave the file location blank when it prompts you. # Type a strong passphrase and confirm the passphrase (they will not show up, so don't be surprised it looks blank). # Open this with notepad: C:\WINDOWS\Users\\.ssh\id_rsa.pub. Make sure to have the File Type setting on All Files, instead of Text Documents. # Go to https://github.com/account > SSH Public Keys. Copy the entire file contents into the the “Key” box. Make sure you don't add any extra spaces or lines (there IS an extra line at the end, though). Leave the Title text box blank and hit “Add key”. # Open GitBash and type: $ ssh git@gitbash.com