Git clone on an ovh host server
- by newben
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 :/ / [email protected] / 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 :/ / [email protected] / ~ / forumdesthinktanks.git" responded with:
Permission denied, please try again.
[email protected] 's password:
While the ftp password is correct.
Finally, the commands
git clone ssh :/ / [email protected] /. Git
and
git clone ssh :/ / [email protected] / ~ / forumdesthinktanks.git
do not work (until the terminal's time out). I'm using a terminal from my Mac.