Hi Petros, Thanks for the help. I did clone first and then changes and did commit and push and it did pushed the changes i did to the repository but when i tried to pull the changes it gave me this error.
$ git fetch upstream github.com[0: 207.97.227.239]: errno=No error fatal: unable to connect a socket (No error) Regards, Nitin On Mon, Oct 25, 2010 at 2:22 PM, Petros Amiridis <[email protected]> wrote: > Hello Nitin, > > Pull requests are to allow people that fork your repo, do some changes > and then ask you to pull these changes into your repo. This model is > good if you don't want to give other people direct access to your > repo. If you forked, didn't change anything and then asked for a pull > request, you'd get that message. You can learn more about all these at > http://help.github.com/forking/ > > As for "Permission denied", did you setup your keys correctly? You can > check that at http://help.github.com/key-setup-redirect or if you are > sure you got that right, you can troubleshoot ssh at > http://help.github.com/troubleshooting-ssh/ > > If you are still having problems with that, don't hesitate to ask for > help. > > Thanks > Petros > > On Oct 25, 10:43 am, Nitin <[email protected]> wrote: > > I have created a repository in Github and pushed the code in it as > > master branch. > > But when I or any User tried to pull the code then it gives this > > message "Oops! The master branch is already up-to-date with master — > > maybe you want to try something else" > > > > also when i write the command in github to pull the code i get this > > message > > "Permission denied (publickey). > > fatal: The remote end hung up unexpectedly" > > > > I am the admin for that repository now how can i pull the code and > > aloow other users to do that. > > -- > 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]<github%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/github?hl=en. > > -- 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.
