Grr... Google Groups 'fixed' the email address.  That would be 'get'
vs 'git'.

On Feb 12, 10:19 pm, Michael Price <michael.b.pr...@gmail.com> wrote:
> Sorry for the spam.  I figured it out. '...@github.com' instead of
> '...@github.com'
>
> Doh.
>
> On Feb 12, 10:10 pm, Michael Price <michael.b.pr...@gmail.com> wrote:
>
>
>
> > I just set up a new public repo, but when I do my first push using
> > 'git push origin master', it fails with the following:
>
> > Permission denied (publickey).
> > fatal: The remote end hung up unexpectedly
>
> > On the advice of many forums, I tried connecting directly to github
> > using ssh with the following command 'ssh g...@github.com' and it
> > returns what appears to be a successful connection:
>
> > PTY allocation request failed on channel 0
> > Hi michaelbprice! You've successfully authenticated, but GitHub does
> > not provide shell access.
> >               Connection to github.com closed.
>
> > Here is the contents of my .git/config file:
>
> > [core]
> >         repositoryformatversion = 0
> >         filemode = true
> >         bare = false
> >         logallrefupdates = true
> >         ignorecase = true
> > [remote "origin"]
> >         url = g...@github.com:michaelbprice/distributed.git
> >         fetch = +refs/heads/*:refs/remotes/origin/*
>
> > Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to github@googlegroups.com.
To unsubscribe from this group, send email to 
github+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to