I got a problem with my eclipse, on debian.
When I try to import a git project from github, using egit I got a
Couldn’t create temporary repository.
error after having set my project properties.
However, I works ok when using running eclipse with sudo.
I think it would be related to wrong permissions somewhere, but cannot figure out where :s
I would appreciate some help.
Thanks by advance !
Considering the source of
org.eclipse.egit.ui.internal.clone.SourceBranchPage.javamentions/tmp, it should be related with some permission issue around/tmp.The OP jlengrand actually reports in the comments: