克隆文件
git clone url position
全局配置账户信息
git config --global user.email "example@qq.com"
git config --global user.name "Haker-laptop"
更新.gitignore
git rm -r --cached .//清空缓存
git add .//重新提交
git commit -m "update .gitignore"
git push
清空密码缓存
git config --system --unset credential.helper