I'm running a private SSH server(running openSSH) and able to remotely log into it. Problem comes when I want to use git clone. I created an empty repository on the windows 10 server machine as, C:\Users\myUserName\testSSH.git. Then on my other computer I'm trying to
[git clone ssh://myUserName@HSGA0057/~/testSSH.git] and getting:
fatal: ''myUserName/testSSH.git'' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Any ideas how to solve this?
More info: I already created key authentication and able to SSH from CMD without password. Username and host machine is properly spelled and exist. I think the problem comes from openSSH server/client and also using git