重置GIT账号密码:

git config --system --unset cedential.helper

https克隆GIT:每次都要输入账号密码

git clone https://gitee.com/spiritffff/index.git

SSH克隆GIT:记住账号密码

git clone git@gitee.com:spiritffff/index.git

添加文件:

git add .

上传GIT:

git push

下载GIT:

git pull