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

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

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

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

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

git pull origin <branch> --allow-unrelated-histories
The Phantom Coder

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

git pull origin master --allow-unrelated-histories
then when asked for merging vim editor opens click insert (i) type msg and :wq to save and exit
Nasty Narwhal

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

copied!git pull --allow-unrelated-histories
Exuberant Eagle

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

fatal: refusing to merge unrelated histories
se resuelve haciendo:
git pull origin master --allow-unrelated-histories
Yoidel Brooks

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

Perguntas semelhantes a “Fatal: recusando -se a mesclar histórias não relacionadas”

Procure respostas de código populares por idioma

Procurar outros idiomas de código