一開始某些文件忘記加入到.gitignore中,後續補上了發現沒法ignore,這時候要作的是,刪除本地git緩存 git
git rm --cached -r . 緩存
而後 spa
git add . orm
git commit -m "message" it