1. ssh-keygen -t rsa -C 'xxx@xxx.com' 然后一路回车(-C 参数是你的邮箱地址)
    2. cd ~/.ssh
    3. # 查看公钥
    4. cat id_rsa.pub
    5. # 测试
    6. ssh -T git@gitee.com