> Can somebody remind me what I'm supposed to type to get a local copy
> of the projects on github ?
git clone g...@github.com:username/projectname.git
Or, if you don't have git installed, use the "Downloads" button on the
github project page to get a tar file.
The help pages on github are very good, actually.
--Z
--
"And Aholibamah bare Jeush, and Jaalam, and Korah: these were the borogoves..."
*
Hi, the download button is disabled and I get this with git
"
~]$ git clone g...@github.com:curiousdannii/parchment.git
Cloning into parchment...
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 known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
"
>
> On Wed, May 18, 2011 6:39 pm, Andrew Plotkin wrote:
>> On Wed, 18 May 2011, mick crane wrote:
>>
>>> Can somebody remind me what I'm supposed to type to get a local copy
>>> of the projects on github ?
>>
>> git clone g...@github.com:username/projectname.git
>>
>> Or, if you don't have git installed, use the "Downloads" button on the
>> github project page to get a tar file.
>
> Hi, the download button is disabled
It isn't for me. Are you at https://github.com/curiousdannii/parchment ?
> and I get this with git
Right, sorry, I gave you the form for read-write access. Should have been:
git clone git://github.com/curiousdannii/parchment.git
> git clone git://github.com/curiousdannii/parchment.git
success, cheers
mick