search

Home  >  Q&A  >  body text

The following error occurs during the git push operation

高洛峰高洛峰2721 days ago731

reply all(7)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-06-07 09:25:37

    git pull to update the code.

    reply
    0
  • 学习ing

    学习ing2017-06-07 09:25:37

    The reason is not just written in "white letters on a black background". . error line. The solution is in the hint line

    The above are simple and common solutions. . .

    If you are sure that your local should be the latest version, then use git push -f

    reply
    0
  • 巴扎黑

    巴扎黑2017-06-07 09:25:37

    git fetch

    reply
    0
  • 三叔

    三叔2017-06-07 09:25:37

    git pull

    reply
    0
  • 黄舟

    黄舟2017-06-07 09:25:37

    cd /f/data
    
    git add .
    
    git commit -m "fix"
    
    git pull yunnao master
    
    git push

    reply
    0
  • 阿神

    阿神2017-06-07 09:25:37

    git pull before git push

    reply
    0
  • 巴扎黑

    巴扎黑2017-06-07 09:25:37

    I haven’t pooped yesterday’s yet
    Don’t eat today’s!

    Pull first
    then push

    reply
    0
  • Cancelreply