第一步:删除追踪状态 git rm -r --cached ##原理是把这个文件从index区删除
第二步:添加 git add .
第三步:提交 git commit -m 'update .gitignore'
第四步:强制push git push -f
第一步:删除追踪状态 git rm -r --cached ##原理是把这个文件从index区删除
第二步:添加 git add .
第三步:提交 git commit -m 'update .gitignore'
第四步:强制push git push -f