Tortoisegit
Use a key with an extension of PPK instead of an RSA key generated by SSH-keygen. Keys generated by using the command ssh-keygen-c "email address"-t rsa cannot be used in tortoisegit. Based on
Git
You must use the RSA key for development. Therefore, you must use the putty key Generator tool of tortoisegit to generate a PPK key that is applicable to both git and tortoisegit. The configuration steps are as follows:
1) Run
Tortoisegit
The puttygen program in the Start Menu, as shown in
2) Click "generate" and move the cursor back and forth in the blank area until the progress bar is complete. A random key is automatically generated, as shown in
If necessary, you can set the corresponding access password for the key, that is, modify the values of "key passphrase" and "Confirm passphrase.
3) Select and copy all the content in the multi-row text box and paste it to the SSH public key of the GIT account.
.
4) Click "Save Private Key" to save the generated key as applicable
The private key of tortoisegit (the extension is. PPK ).
5)
Run
Tortoisegit
The pageant program in the Start Menu. After the program is started, it will be automatically docked in the taskbar, And the icon is displayed
Double-click the icon to display the key management list, as shown in
6) Click "add key" to add the PPK Private Key saved in step 1. Close the dialog box.
Configuration key for tortoisegit