Talk:Git Usage Windows

From Official Kodi Wiki
Revision as of 20:53, 10 January 2011 by >Jmarshall (Created page with 'What worked for me: 1. Installed latest TortoiseGit. 2. Told it to use PuttyGen for keys. 3. Generated a key using msysgit, added it to github + verified that it works by s…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What worked for me:

1. Installed latest TortoiseGit.

2. Told it to use PuttyGen for keys.

3. Generated a key using msysgit, added it to github + verified that it works by ssh'ing to [email protected]. This gets it working for the command line.

4. Loaded the private key (select all files *.* and load .ssh/id_rsa) into PuttyGen.

5. Saved private key from PuttyGen.

6. Check out URL should be [email protected]:xbmc/xbmc

7. Select putty key saved in step 5.

8. Enjoy!