I want to do a git-clone from an ssh connection, on an ovh host-server, but it does not work:
Here's the command I entered:
git clone ssh :/ / forumdesy@ftp.forumdesthinktanks.fr / www / (and all variations /. Git / www / .git, / www / .git / ... )
This is the message that I invariably get:
fatal: '/ www': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly
Moreover, the command git clone "ssh :/ / git@ftp.forumdesthinktanks.fr / ~ / forumdesthinktanks.git" responded with:
Permission denied, please try again.
git@ftp.forumdesthinktanks.fr 's password:
While the ftp password is correct.
Finally, the commands
git clone ssh :/ / forumdesy@forumdesthinktanks.fr /. Git
and
git clone ssh :/ / git@forumdesthinktanks.fr / ~ / forumdesthinktanks.git
do not work (until the terminal's time out). I'm using a terminal from my Mac.