我的.gitattributes
文件只有一行:
*.exe filter=lfs diff=lfs merge=lfs -text
git lfs ls-files
显示我跟踪了7个不同的* .exe文件。
我想跟踪另一个文件,该文件已经是存储库的一部分。
当我执行命令git lfs track "CacheFiles\Development_EntitlementFlatCache.dat
时,我收到错误"CacheFiles\\Development_EntitlementFlatCache.dat" already supported
。
我检查了.gitattributes
个文件,但没有改变。
当我尝试添加其他.dat文件时,它可以正常工作。
为什么可能会说这个文件不受追踪?为什么它阻止我跟踪这个* .dat文件,而不是其他* .dat文件?
答案 0 :(得分:0)
事实证明,问题是.gitattributes
目录中有CacheFiles
个文件。
已经 跟踪该文件。