遇到后,随时更新
1、向远程仓库push失败
可能是因为远程与本地不同步,请先pull一下(git pull --rebase <remote_name> <branch_name>),然后在push
2、