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.
我有一个用 git 签出的项目,并将其导入 Eclipse。后来我在 Eclipse 中添加了 git 插件,但是 Eclipse 无法识别我的详细信息。我不知道它是看不到我的 .git 文件夹还是不想看到它,当我单击团队子菜单时,我会得到标准的共享项目菜单。
如何让 Eclipse 从 git 查看我过去的交易和详细信息?
嗯,为了回答我自己和可能的其他绊脚石,我点击了Share project,然后我将它添加为一个新的 git 项目,当问我要使用哪个存储库时,它已经提供了我需要的那个:)
所以我想它已经在我的鼻子底下:)