Problem:
I moved an Eclipse project from a Linux machine to a Windows 8.1 machine but cannot get the Git repositories to load on the new Windows Box. I use eGit within Eclipse (and am NOT a sophisticated user of GIT).
I moved the projects from the Linux box to the Windows box by manually copying the entire project directory and all sub-directories. My Git/eGit files seem to be stored, for example, in
D:\TheUser\Programming\eclipse\project1\project1gui\.git
.
When I launch Eclipse on the Windows box, I get an eGit error and none of my repositories open. The error is:
java.nio.file.InvalidPathException: Illegal char <:> at index 66: \home\TheUser\Programming\eclipse\project1\project1gui.git:\home\TheUser\Programming\eclipse\project2.git:\objects
NOTE: the paths in the error seem to be the old Ubuntu/Linux paths.
I understand the error, there is a Windows invalid character in the path, but I simply cannot find a config file or other means to reconfigure eGit manually (I don't want to lose my repositories).
Specs:
Eclipse Kelper SR2
JDK 1.7
Windows 8.1 x64 Pro
(Moved from Ubuntu x64)