官方操作说明https://help.github.com/articles/generating-ssh-keys/
Step 3 的最后一个 add your new key to the ssh-agent的命令操作是干什么用的?
start the ssh-agent in the background
eval "$(ssh-agent -s)"
Agent pid 59566
ssh-add ~/.ssh/id_rsa
这是启动一个进程。加入id_rsa。 那么我现在有两个github账号这个没影响吧。