-
Notifications
You must be signed in to change notification settings - Fork 24
GitHub Setup for Windows
Eric Waldman edited this page Mar 8, 2022
·
7 revisions
- Run
ssg-keygenand 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
- Private:
- It should setup a public/private key pair
- Add the public key to your GitHub account
-
Top Right GitHub Menu>Settings>SSH and GPG Keys>New SSH key
-
- 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"