Open g-viet opened 5 years ago
git pull origin master for the first time, and get this error:
git pull origin master
fatal: refusing to merge unrelated histories
Solution:
git pull origin master --allow-unrelated-histories
git pull origin master
for the first time, and get this error:Solution: