Git SSH Key
设置Git的user name和email:
$ git config --global user.name "Percy0601"
$ git config --global user.email "2008dreams@2008.sina.com"
$ ssh-keygen -t rsa -C "2008dreams@2008.sina.com"
一路回车就行,期间无非就是给秘钥设计密码之类的。。。
Git SSH Key
设置Git的user name和email:
$ git config --global user.name "Percy0601"
$ git config --global user.email "2008dreams@2008.sina.com"
$ ssh-keygen -t rsa -C "2008dreams@2008.sina.com"
一路回车就行,期间无非就是给秘钥设计密码之类的。。。