Updating remotely still doesn’t work
ringa_lee2017-05-02 09:52:24
The code base is out of sync, and the version you commit takes precedence.
git pull origin master
git status to check if there are any conflicts, resolve the conflicts and then push