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.
我正在使用带有 bitbucket.org 存储库的 Eclipse EGit 与朋友一起开发 Minecraft mod。当我右键单击项目并单击提交时,它只允许我提交 bin 文件夹中的文件。如果我在 Eclipse 中右键单击 src 文件夹,提交选项将显示为灰色。
如何让 EGit 让我提交源文件?
我最终通过使用 Eclipse 的内置 Git 功能解决了这个问题,很难发现 Eclipse 甚至有,因为“使用 git 和 Eclipse”的第一个搜索结果是 EGit。
也许您没有在 src 文件夹上按“添加索引”。并确保 src 不在 .ignore 文本文件中。