I have quantity 3 windows 7 professional machines. Two are setup as development machines (one desktop and one laptop) with Git installed. The third is setup as a file server wit
I have tried exactly the same and failed. The issue appears to be that a repo shall be on the c-drive on a windows platform.
I found no difference using either of
git clone "ssh://@/"
git clone "ssh://@/c/" <= note: changed 'd' to 'c'
git clone "ssh://@/c:/"
To get to a repo on other drives I solved it by using windows links and a folder helper on the c-drive:
mkdir /
cd /
mklink /J :/
Then clone from the helper folder
git clone "ssh://@//"