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.
我在 Eclipse 中创建了一个本地 Maven 项目。我在 github 远程存储库上共享该项目。并且 Team 菜单有一个按钮列表,如提交、恢复等。就像使用 svn 一样。
现在我从另一台机器上的同一个远程存储库中签出了同一个项目。该项目已成功签出,但“团队”菜单只有“共享”按钮。Eclipse 无法识别它是从 scm 签出的。
在签出 git 项目时,如何使 eclipse 在 Team 菜单中显示按钮列表?
很有可能,您还没有在第二台机器上安装 egit 插件,因此 Eclipse 对 git 存储库一无所知。