git push request code example
Example 1: git push repo
git remote add origin https://github.com/tqisjim/google-oauth.git
git push -u origin master
Example 2: git push error
Just pull repository first and then try to push again
git pull --rebase remote_repo
git push origin remote_repo