How to create SSH key for your git

If you use git,almost you need to create SSH key for it.So how to create a ssh key for it is important.

You can generate the key like this:

https://help.github.com/articles/generating-ssh-keys

Then add the ask to your account's SSH Key setting provided by git server.

你可能感兴趣的:(How to create SSH key for your git)