Can't git fetch through SSH

Posted by alamodey on Stack Overflow See other posts from Stack Overflow or by alamodey
Published on 2009-02-15T12:14:29Z Indexed on 2010/05/07 2:38 UTC
Read the original article Hit count: 364

Filed under:
|
|

I've setup a git repository one a remote server. Now I'm trying to checkout from it with:

git fetch ssh://[email protected]/~username/workfolder/

but I get an error:

fatal: Not a git repository

What am I doing wrong? Could it be the server does not support Git+SSH?

© Stack Overflow or respective owner

Related posts about git

Related posts about ssh