Hello online judge, after getting this error i deleted that repository and created it again and did same commands in git bash but it was giving same errors. and i also did google and as you said pull those changes i found similar answers on google but it didnt worked. i pull, fetched, and merged also but it was giving same error again and again.
i'm not getting what i should do. thanks for help judge. On Thursday, April 18, 2019 at 7:46:04 PM UTC+5:30, OnlineJudge95 wrote: > > It means your remote has some changes that are not there in your local so > when you are pushing, git is unable to merge those changes. > > Try a git pull then local merge and then push. Feel free to ask in case of > any queries. > > On Thu, Apr 18, 2019, 6:58 PM Mayur Bagul <[email protected] > <javascript:>> wrote: > >> Hello Community, >> >> im using gitbash to upload my code to github but it giving below error: >> >> ! [rejected] master -> master (non-fast-forward) >> error: failed to push some refs to ' >> https://github.com/MayurBagul/Weather-Informer.git' >> hint: Updates were rejected because the tip of your current branch is >> behind >> hint: its remote counterpart. Integrate the remote changes (e.g. >> hint: 'git pull ...') before pushing again. >> hint: See the 'Note about fast-forwards' in 'git push --help' for details. >> >> i tried to use fetch and merge command but even though it is giving error. >> please help me to solve this issue. >> >> Thanking You, >> Mayur Bagul. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/a27866f8-1a92-45b9-80c4-84099df30df5%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-users/a27866f8-1a92-45b9-80c4-84099df30df5%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ee22b602-00de-4017-9265-01c1548f51b6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

