Tortoise Git入门(安装与使用):https://blog.csdn.net/Strangerrainyday/article/details/107984580
1.注册与登录
1.1点击超链接进入注册页面,如下图
注册,https://github.com/join?source=login
登录,https://github.com/login
2.设置SSH
步骤一:设置git全局账号
git config --global user.name “用户名”
git config --global user.email “yonhuming@itcast.cn”
步骤二:删除.ssh文件夹的所有内容(没有.ssh文件夹,自己新建一个)