Ziyuan
Ziyuan

Reputation: 4568

Problem occurs when using EGit for cloning repository in Eclipse (Missing unknown)

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.

Upvotes: 2

Views: 3057

Answers (1)

Mihai Oprea
Mihai Oprea

Reputation: 2047

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.

Upvotes: 2

Related Questions