生成 秘匙: ssh-keygen-t rsa-C "your_email@youremail.com"
复制 id_rsa.pub 里面所有内容到 github 的setting-》 new ssh 里面 然后Add
ssh -T "你的邮箱",查看SSH是否设置成功
git config --global user.name ""
git config --global user.emal""
切换目录: cd D
Clone项目到本地: git clone https://github.com/tianlongbabu1111/tang.git