当前位置:   article > 正文

github无法open a pull request_no open pull requests

no open pull requests

我使用git push origin master指令将数据传到github的仓库当中,显示需要compare & .. request, 但是无法open a pull request,显示错误为

There isn't anything to compare. Nothing to compare, branches are entirely different commit historie

查stackoverflow,发现解决方法可以是

git checkout master   
git branch main master -f    
git checkout main  
git push origin main -f 

因为github的仓库需要使用的branch是main,因此我们本地需要添加main分支,否则就会被上传到github的“master”分支上。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/487953
推荐阅读
相关标签
  

闽ICP备14008679号