search

Home  >  Q&A  >  body text

github - git error when uploading local project to remote warehouse

Updating remotely still doesn’t work

怪我咯怪我咯2790 days ago564

reply all(2)I'll reply

  • 仅有的幸福

    仅有的幸福2017-05-02 09:52:24

    If the remote master is updated, execute git pull origin master first

    reply
    0
  • ringa_lee

    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

    reply
    0
  • Cancelreply