# 一 基礎操作
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里面 保存后 即可