Git clone on an ovh host server

Posted by newben on Super User See other posts from Super User or by newben
Published on 2012-03-30T22:13:05Z Indexed on 2012/03/30 23:33 UTC
Read the original article Hit count: 242

Filed under:
|
|

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.

© Super User or respective owner

Related posts about ssh

Related posts about git