💻
[ERROR] - git push 안되는 경우 error: failed to push some refs to / fatal: refusing to merge unrelated histories
핢이
2022. 6. 20. 18:37
병합 -> git push origin 브런치명
git pull origin 브런치명 --allow-unrelated-histories
|