Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我处于非常奇怪的情况,我的.apk文件在调试和发布模式下,由 Eclipse 导出,都包含该.git文件夹!我不知道为什么,我还检查了 Java Build Path,那里没有什么有趣的。
.apk
.git
谢谢,
您不应该在 Eclipse 工作区中拥有 git 存储库。这将避免这个和许多其他潜在的麻烦。
相反,git 存储库应该是 Eclipse 项目的父级之一。