I config a private git server on win10 64bit system. I used CopSSH service and putty client. Now I can clone a repo successfully.
HOWEVER
The repo url looks like this
ssh://user@server:22/Program Files (x86)/ICW/home/hp/myapp.git
Since I use Copssh, I put things under ICW/home
while ICW
is under Program Files (x86)
.
I want to the urls look and alsoI want to be able to put the repo in other place won't occupy too much disk of my C:\
Is there any way to do it?