# 一 基础操作
1 github注册账号
2 下载安装git
3 配置ssh
# 二 配置ssh
打开gitbash

点击后执行 置,则执行以下命令进行配置:
~~~
git config --global user.name "这里换上你的用户名"
git config --global user.email "这里换上你的邮箱"
ssh\-keygen \-t rsa \-C "这里换上你的邮箱"
~~~
后按3次回车 输入 cat ~/.ssh/id_rsa.pub

将一长串复制 打开 https://github.com/settings/keys

title 随便输入 将内容复制到key里面 保存后 即可
