I'm trying to clone a git repo from a remote server through SSH.
I can connect normally to the server ssh myName@192.168.1.1
If I run this I get the prompt to fill in my password and get a response from the server C:\Respositories>
and I can run command on the server.
But when I try to git clone myName@192.168.1.1:repo.git
I get the following error:
fatal: protocol error: bad line length character:
C:
I've searched around the internet and found quite a few questions on here concerning the same errors and they all say it has to do with the response of the server.
And I found that the server always responds with C:\Repositories>
And none of these questions I've found have a solution to my problem. So I'm hoping someone can help me.