On 4/30/2013 7:16 PM, Edward K. Ream wrote:
c:\leo.repo>git clone [email protected]:leo-editor/leo-blog.git
Initialized empty Git repository in c:/leo.repo/leo-blog/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Edward
Ah! You need to set up your public key with github before it will let
you push or pull. Check out this link, hopefully it works:
https://help.github.com/articles/generating-ssh-keys
You'll also want to set up a few global git settings to identify
yourself with github. The following commands should do the trick:
git config --global user.name "Ed K. Ream"
git config --global user.email "[email protected]"
All of that only has to be done once per computer you wish to use -
settings are stored.
Hope this helps!
-->Jake
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.