Re: Failed to push Django project on github using gitbash

2019-04-18 Thread Joakim Hove
> [...] and merged also but it was giving same error again and again. bash% git fetch origin (assuming your remote is "origin" - which is typically the default) bash% git merge origin/master bash% git push origin master If this for some reason does not work (I can not understand why it should n

Re: Failed to push Django project on github using gitbash

2019-04-18 Thread Mayur Bagul
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

Re: Failed to push Django project on github using gitbash

2019-04-18 Thread Test Bot
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 wrote: > Hello Community, > > i

Failed to push Django project on github using gitbash

2019-04-18 Thread Mayur Bagul
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 br