1 错误
error: failed to push some refs to ‘https://github.com/bluepen/python.git'
2 解决
在遇到错误之后,输入下面的命令,如果看到下面的结果,那再次执行git push origin master
命令即可。
1 | git pull --rebase origin master |
注意:如果出现了上图中最后一行的
Applying:https://jums.club/images/article/
语句,那表示执行成功,如果还出现了其他的结果,那表示失败了。
执行成功之后,如下所示:
写在最后
欢迎大家关注鄙人的公众号【麦田里的守望者zhg】,让我们一起成长,谢谢。
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment