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

Recusando -se a mesclar histórias não relacionadas Git

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

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

I think its get sorted after using below command
>git pull --allow-unrelated-histories
Ankur

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

git pull origin master --allow-unrelated-histories
git pull <remote> <branch> --allow-unrelated-histories
Zealous Zebra

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

git pull origin master --allow-unrelated-histories
Proud Platypus

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

Perguntas semelhantes a “Recusando -se a mesclar histórias não relacionadas Git”

Mais respostas relacionadas para “Recusando -se a mesclar histórias não relacionadas Git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código