“recusando -se a mesclar histórias não relacionadas” Respostas de código

recusando -se a mesclar histórias não relacionadas

git pull origin master --allow-unrelated-histories
Plain Parrot

recusando -se a mesclar histórias não relacionadas Bitbucket

git pull --allow-unrelated-histories origin master
Justified Justice

Fatal: recusando -se a mesclar histórias não relacionadas

fatal: refusing to merge unrelated histories
solution:
git pull --allow-unrelated-histories
CuteKittyCat

Permitir histórias não relacionadas

git pull --allow-unrelated-histories origin master
git push -u origin master
Crowded Cat

recusando -se a mesclar histórias não relacionadas

git pull origin branchname --allow-unrelated-histories
Snippets

recusando -se a mesclar histórias não relacionadas

git pull origin master --allow-unrelated-histories
#IF THAT DOESN'T WORK, REPLACE 'origin master' WITH THE REPO YOU WANT TO PULL FROM
Neo the Elephant

Respostas semelhantes a “recusando -se a mesclar histórias não relacionadas”

Procure respostas de código populares por idioma

Procurar outros idiomas de código