Git SSH Key

Git SSH Key

设置Git的user name和email:

$ git config --global user.name "Percy0601"
$ git config --global user.email "[email protected]"
$ ssh-keygen -t rsa -C "[email protected]"

一路回车就行,期间无非就是给秘钥设计密码之类的。。。

你可能感兴趣的:(Git SSH Key)