Hi
I am having terrible time getting files that reside on C:/ drive on remote computer. I can clone projects if they are under Cygwin installation folder. But I cannot get anything going with my real projects if they reside in something like "/cygdrive/c/myproject/git/export"?
So I cannot get anything from the line below
"ssh://user@remote/cygdrive/c/myproject/git/export"
But this works (for test)
"ssh://user@remote/myproject/export"
I would really appreciate some help. I wasted quite a bit of time on this. Both computers use Cygwin+SSH+Git successfully inside out except trying to pull, clone projects from non Cygwin default folders
thanks