git push的时候报错:! [rejected] develop -> develop (fetch first) error: failed to push some ref…
然后根据提示输入百度了解决方案继续输入git pull出现下面这张情况
**

解决办法

**
步骤:
1.输入i
2.按下ESC键
3.英文状态下输入:wq

做完以上三步后,直接push就可以啦~