在使用git关联远程仓库的时候,准备提交,执行 git pull
的时候报错
fatal: refusing to merge unrelated histories
解决方法:
`git pull origin master –allow-unrelated-histories``
在使用git关联远程仓库的时候,准备提交,执行 git pull
的时候报错
fatal: refusing to merge unrelated histories
解决方法:
`git pull origin master –allow-unrelated-histories``