Can't clone from git


#1

I tried to get the Frogatto source from git today.
After finding a suitable command line windows client for git (msysgit), I tried to follow instructions on source page.

Below is the output from console:

D:\dev\frogatto>git clone git@github.com:frogatto/frogatto.git Cloning into frogatto... The authenticity of host 'github.com (207.97.227.239)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of know n hosts. Permission denied (publickey). fatal: The remote end hung up unexpectedly

Tried some googling and so far it seems the error is not on my side…


#2

Do you have commit access? Have you associated that key with your github account?

edit: My bad. The instructions on the source page are wrong. Try cloning:
git://github.com/frogatto/frogatto.git


#3

Oops, that’s my fault. I misunderstood the git clone instructions when I wrote it.


#4

@Gambit: Yes, this URL works. Thank you. :slight_smile: