In Windows:
When cloning GIT repository, I can do this successfully:
git clone https://[email protected]/clientes/sample/project.git
However, when I do:
git clone ssh://[email protected]:17177/clientes/sample/project.git
After the log in banner is displayed, this error is shown:
fatal: '/clientes/sample/project.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.
In MacOS:
When using HTTPS way, a SSL certificate expired error is shown.
When using SSH way, the same error as Window.
How can I solve those problems?
/clientes/sample/project.gitis not a git repository on that server.How can I solve those problems?Use the correct path.