Using E-Git when I try to do a push of my application, when I fill the Window of Push to Another repository following the instructions that are in http://wiki.eclipse.org/EGit/User_Guide . Copy the URI when I have the repository on Github ---> git@github.com:egoitz/HelloWorld.git
But unfortunatelly the I click the next Button, it gives me following error: Cannot get remote repository refs Reason:git@github.com:egoitz/HelloWorld.git Auth. falied
I would be very grateful if somebody could help me to solve this question.
Hi,
you choosed the wrong URL. If you go to your repositories homepage http://github.com/egoitz/HelloWorld then you see that the git URL you choosen is explicitly "read-only". So, you can't push to this URLs. See http://help.github.com/forking/ and there you see that you need your private clone URL (something like git@github.com:egoitz/HelloWorld .git) to have write (push) access. Don't use the public clone URL.
That's a different problem. People not sitting behind a proxy (I guess that 'lanz' is not sitting behind a proxy) should be able to push via ssh to github like I described.
But you are right: the support for https is really missing. We are working on that.
I found these two, only tried the first one and it worked:
Google for this as it is, I can't post links atm:
problems-with-pushing-to-github-repository-from-eclipse-auth-fail