“fatal: negarse a fusionar historias no relacionadas” Código de respuesta

fatal: negarse a fusionar historias no relacionadas

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

fatal: negarse a fusionar historias no relacionadas

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

fatal: negarse a fusionar historias no relacionadas

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

fatal: negarse a fusionar historias no relacionadas

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

fatal: negarse a fusionar historias no relacionadas

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

fatal: negarse a fusionar historias no 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: negarse a fusionar historias no relacionadas

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

fatal: negarse a fusionar historias no relacionadas

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

Respuestas similares a “fatal: negarse a fusionar historias no relacionadas”

Preguntas similares a “fatal: negarse a fusionar historias no relacionadas”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código