Talk:Git Usage Windows

From Official Kodi Wiki
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!