【git problem】 github中資料夾帶有白色箭頭,無法開啟

ShihaoF發表於2024-04-15

問題分析

白色箭標頭檔案夾下帶有.git or .gitignore 檔案, 導致github認為產生巢狀

問題解決

  • 刪除 .git and .gitignore 檔案
  • 透過以下程式碼解除追蹤該檔案
  git rm --cached 檔名

相關文章