眼睜睜看著gitignore 裡有*.tar
但那個admin.tar就一直鬼打牆的出現在 not staged
發現是暫存的問題
如下清一清就順暢起來 bye bye 老廢tar
git rm -rf --cached .
git add -A
git status
文章標籤
全站熱搜
眼睜睜看著gitignore 裡有*.tar
但那個admin.tar就一直鬼打牆的出現在 not staged
發現是暫存的問題
如下清一清就順暢起來 bye bye 老廢tar
git rm -rf --cached .
git add -A
git status