Git -push时右下角报“push to origin/master was rejected”

解决方法: IDEA中输入“alt+F12”

    git pull
    git pull origin master
    git pull origin master --allow-unrelated-histories

问题解决√

posted @ 2019-09-29 09:54  Timing-  阅读(110)  评论(0)    收藏  举报