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

negarse a fusionar historias no relacionadas git

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

Permitir historias no relacionadas

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

negarse a fusionar historias no relacionadas git

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

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

Respuestas similares a “negarse a fusionar historias no relacionadas git”

Preguntas similares a “negarse a fusionar historias no relacionadas git”

Más respuestas relacionadas con “negarse a fusionar historias no relacionadas git” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código