VS git 出现错误: rejected Updates were rejected because the tip of your current branch is behind
vs推送时出现错误
解决:
在命令行输入下面命令
git pull origin master --allow-unrelated-histories
在vs中再推送就OK了
参考:
https://blog.csdn.net/dongdong_csdn/article/details/96596574