Fatalne: odmawianie połączenia niezwiązanych historii
git pull origin master --allow-unrelated-histories
Plain Parrot
git pull origin master --allow-unrelated-histories
fatal: refusing to merge unrelated histories
solution:
git pull --allow-unrelated-histories
git pull origin master --allow-unrelated-histories
git pull <remote> <branch> --allow-unrelated-histories
git pull origin master --allow-unrelated-histories
git pull origin <branch> --allow-unrelated-histories
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
copied!git pull --allow-unrelated-histories
fatal: refusing to merge unrelated histories
se resuelve haciendo:
git pull origin master --allow-unrelated-histories