Problems cloning a GIT repository (Newbie problems)

Posted by Brett Rigby on Stack Overflow See other posts from Stack Overflow or by Brett Rigby
Published on 2010-06-11T21:15:19Z Indexed on 2010/06/11 21:23 UTC
Read the original article Hit count: 562

Filed under:
|
|

Hi there,

Trying to set-up GIT Server on my local dev machine and have been following this website so far but am a little stuck when trying to clone a repository.

In GIT Bash, here's my output:

$ git clone ssh://[email protected]:4837/ssh/home/Administrator/project1.git Initialized empty Git repository in C:/Git/project1/.git/ Permission denied (publickey,keyboard-interactive). fatal: The remote end hung up unexpectedly

Any suggestions on why I would be getting a 'Permission denied (publickey,keyboard-interactive)' error?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about git

Related posts about permission-denied