Skip to content

GitHub Setup for Windows

Eric Waldman edited this page Mar 8, 2022 · 7 revisions
  1. Run ssg-keygen and follow the instructions.
    • It should setup a public/private key pair
      • Private: c:\Users\<username>\.ssh\id_rsa
      • Public: c:\Users\<username>\.ssh\id_rsa.pub
  2. Add the public key to your GitHub account
    • Top Right GitHub Menu > Settings > SSH and GPG Keys > New SSH key
  3. In terminal, replace <username> and enter:
    • git clone [email protected]:chromium/content_analysis_sdk.git c:\src\content_analysis_sdk --config core.sshCommand="ssh -i c:\\Users\\<username>\\.ssh\\id_rsa"

Clone this wiki locally