GIT common problem handling

Client issues:

1. Use TortoiseGit to clone the project, prompt

Couldn’t load this key (OpenSSH SSH-2 private key)

Solution:

1) Download, install and run PuTTYGen, https://www.puttygen.com/download-putty

2) Click Import key in the Conversions menu and select the location of the private key file generated by ssh-keygen, such as the id_rsa file.

3) Click the Save private key button to save it as a .ppk file.

4) Open Pageant, click Add Key, and select the location of the .ppk file saved in the previous step.

2. Use TortoiseGit to clone the project, prompt

TortoiseGitPlink Fatal Error:No supported authentication methods available (server sent: publickey)

Solution:

Insert image description here

3. Generate

Guess you like

Origin blog.csdn.net/weixin_38359813/article/details/128820853