From 6ff974d437a30137a2c417a1bcf8472ebfbd30ce Mon Sep 17 00:00:00 2001 From: light <1870499383@qq.com> Date: Tue, 6 Jun 2017 13:06:51 +0800 Subject: [PATCH] update git --- git/ssh_key.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 git/ssh_key.md diff --git a/git/ssh_key.md b/git/ssh_key.md new file mode 100644 index 0000000..d9d3bd0 --- /dev/null +++ b/git/ssh_key.md @@ -0,0 +1,6 @@ + +# build ssh key + +git config --global user.name 'light' +git config --global user.name '1870499383@qq.com' +ssh-keygen -t rsa -C '1870499383@qq.com' \ No newline at end of file