Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse luna - Internal error, trying to import from git

Tags:

java

git

eclipse

I am using Eclipse Luna, and I am trying to import a project from github. However, it says "Internal error; consult Eclipse error log" when I pasted the URI in:

enter image description here

The project is valid. I've tried a few projects, and they all worked on my older Juno version of eclipse, but all failed on Luna, just like above. What should I do to reproduce this problem?

Here is my Eclipse log error: http://pastebin.com/QcfF4Xsq

like image 739
Victor2748 Avatar asked Nov 30 '14 03:11

Victor2748


1 Answers

I solved this problem going to "Preferences > General > Security > Secure Storage > Contents", open "[Default Secure Storage]", deleting the "GIT" row and finally restarting Eclipse.

like image 104
russellhoff Avatar answered Sep 23 '22 12:09

russellhoff