EGit import in Eclipse showing a runtime error

蹲街弑〆低调 提交于 2019-12-01 05:17:09

In the Import Projects from Git dialog the Use New project wizard option seems to be broken (see Eclipse bug 324145).

Workaround:

Probably, the problem occurred after the repository has been cloned (otherwise you have to clone the repository first). To import an existing local Git repository use File > Open Projects from File System... (instead of File > Import... > Git > Projects from Git). If the project is not an Eclipse project but contains .java files, the project will be configured automatically as a Java project. The local Git repository will also be detected and added automatically.

Thanks to @howlger answer
I visualized the solution

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!