当执行git中的“git pull origin master –allow-unrelated-histories”命令时, 如果出现fatal: couldn't find remote ref –-allow-unrelated-histories
的错误,输入如下命令即可解决:
- git pull --rebase origin master
- git push origin master
文章来源:https://www.toymoban.com/news/detail-545280.html
文章来源地址https://www.toymoban.com/news/detail-545280.html
到了这里,关于解决Git报错fatal: couldn‘t find remote ref –-allow-unrelated-histories 的解决办法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!