Problems cloning a GIT repository (Newbie problems)
- by Brett Rigby
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!