Horje
fatal: refusing to merge unrelated histories Code Example
fatal: refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
fatal: refusing to merge unrelated histories
fatal: refusing to merge unrelated histories
solution:
git pull --allow-unrelated-histories
fatal: refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
git pull <remote> <branch> --allow-unrelated-histories
fatal: refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
fatal: refusing to merge 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
fatal: refusing to merge unrelated histories
git pull origin <branch> --allow-unrelated-histories
fatal: refusing to merge unrelated histories
copied!git pull --allow-unrelated-histories
fatal: refusing to merge unrelated histories
fatal: refusing to merge unrelated histories
se resuelve haciendo:
git pull origin master --allow-unrelated-histories




Shell

Related
node js download ubuntu Code Example node js download ubuntu Code Example
git cannot spawn gpg no such file or directory Code Example git cannot spawn gpg no such file or directory Code Example
update nodejs raspberry pi Code Example update nodejs raspberry pi Code Example
how to install mongoose Code Example how to install mongoose Code Example
linux install node Code Example linux install node Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10