美文网首页
Git上传项目提示Push rejected: Push to

Git上传项目提示Push rejected: Push to

作者: 魔X飘渺流云 | 来源:发表于2018-08-02 16:23 被阅读0次

首先是你的项目中有和和历史不符的东西 

Push rejected: Push to origin/master was rejected 

推拒绝:推送到起源/主人被拒绝 

直接是解决办法,直接打开你要上传代码的文件夹位置鼠标右键git Bash Here然后直接下面两行命令解决问题

git pull origin master –allow-unrelated-histories 

git push -u origin master -f

相关文章

网友评论

      本文标题:Git上传项目提示Push rejected: Push to

      本文链接:https://www.haomeiwen.com/subject/tvlsvftx.html