在Eclipse中使用EGit克隆存储库时出现问题(缺少未知)
那里。 我正在 Ubuntu 10.10 下使用 EGit 将项目导入到 Eclipse 中。但在导入结束时,Eclipse 抱怨如下:
Git 存储库克隆失败。
缺少未知
f499261f24471928b916bf066d018d995bcaccd9
这是 git 链接:git: //github.com/shogun-toolbox/shogun.git
任何人都可以给出提示吗?谢谢。
there.
I am using EGit to import a project into Eclipse under Ubuntu 10.10. But at the end of the import, Eclipse complains as follows:
Git repository clone failed.
Missing unknown
f499261f24471928b916bf066d018d995bcaccd9
Here is the git link: git://github.com/shogun-toolbox/shogun.git
Can anyone gives a hint? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个已知错误: https://bugs.eclipse.org/bugs/show_bug .cgi?id=314853
然而,经过进一步研究,更新到最新的 EGit 夜间版本以及我的 Eclipse 存储库的完整更新修复了这个问题。
This is a know bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=314853
However, upon further research, updating to the latest nightly build of EGit and a full update on my Eclipse repositories fixed it.