Talk:Git Usage Windows: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>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…')
 
(No difference)

Latest revision as of 20:53, 10 January 2011

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!