First you need to be clear, on GitHub support three ways to project clone Https,ssh,subversion
SSH Way [email protected]: username/repository T.git This is for this way
https://github.com/User name/repository. git
https://github.com/User name/repository
First find the Puttygen tool Tortoisegit comes with
First find the Puttygen tool Tortoisegit comes with
If prompted to enter key passphrase, you can choose not to fill in.
After the build is complete, set the above public key to GitHub. GitHub's setup interface, with Sshkeys, can be added in.
What if the "Disconnected:no Supported authentication Methods available" error message appears?
Because the remote server prohibits the use of the Password Authentication feature, you can pass the Vi/etc/ssh/sshd_config (Windows is also this file),
Find Passwordauthentication No to save restart service for Yes.
GitHub combines tortoisegit with Sshkey, eliminating the need to enter an account and password every time