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 [email protected]' 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 = [email protected]: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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
