# 一 基础操作
1 github注册账号
2 下载安装git
3 配置ssh
# 二 配置ssh
打开gitbash
![](https://box.kancloud.cn/3623d09e7ab0a8f1180b941c978f4560_285x179.png)
点击后执行 置,则执行以下命令进行配置:
~~~
git config --global user.name "这里换上你的用户名"
git config --global user.email "这里换上你的邮箱"
ssh\-keygen \-t rsa \-C "这里换上你的邮箱"
~~~
后按3次回车 输入 cat ~/.ssh/id_rsa.pub
![](https://box.kancloud.cn/bda2b5b88ef5e16d84a0538758dabc3e_561x112.png)
将一长串复制 打开 https://github.com/settings/keys
![](https://box.kancloud.cn/e330aa85a93af302de4066ce130a2a9c_1171x750.png)
title 随便输入 将内容复制到key里面 保存后 即可