I've never used this tool, but I suspect the problem has something to do with the fact that it needs to have your ssh key to connect. Make sure that your url for connecting is [email protected]:yourusername/sympy.git.
If you are on Mac OS X or Linux, according to http://blog.msbbc.co.uk/2009/11/get-eclipse-egit-and-github-all-working.html, you need to add a line to your ~/.ssh/config file with the text: Host = github.com IdentityFile = ~/.ssh/id_rsa I don't know what to do if you are on Windows. Aaron Meurer On Mon, Oct 31, 2011 at 8:10 AM, Joachim Durchholz <[email protected]> wrote: > I'm ready to commit my first pull request, but for some reason, EGit refuses > to connect to my fork on github. > > Does anybody a walkthrough that shows how to fork on Github and pull that > into Eclipse's EGit with Eclipse Indigo (3.7)? > I need an Indigo walkthrough because all the walkthroughs I found are based > on Helios, which means I'm getting all kinds of small differences and don't > know which of them point to real problems and which are just "how the newer > Eclipse/EGit does things". > > I have tried doing the git stuff at the command line. I'll try this again if > I can't get EGit to do my bidding, but I'd prefer to work from inside the > IDE. > > Regards, > Jo > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en.
