GitHub使用
2017-02-18 本文已影响0人
101架钢琴
1、初次使用设置姓名和邮箱
git config --global user.name "你的姓名"
git config --global user.email xxxxx@xxxxx
2、clone 项目
a、
Paste_Image.png
b、
Paste_Image.png
c、
Paste_Image.png
Paste_Image.png
d、打开终端,输入 git clone 粘黏刚拷贝的地址
Paste_Image.pnge、
Paste_Image.png
f、输入ssh-keygen -t rsa -b 4096 -C "邮箱"
Paste_Image.pngg、cat ~/.ssh/id_rsa.pub
Paste_Image.png
h、
Paste_Image.png
Paste_Image.png
i、输入和d一样的内容
Paste_Image.png
3、添加文件并提交
Paste_Image.png如果在commit过程中遇到git reset HEAD <file>不用管,继续commit