Created
March 16, 2019 06:31
-
-
Save litanur/a3a8d42acd79b86ebbb19298776ac55a to your computer and use it in GitHub Desktop.
list of error and the way to fix it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error Message: | |
"refusing to merge unrelated histories" | |
Fix: | |
git checkout master | |
git merge origin/master --allow-unrelated-histories | |
git add -A . | |
git commit -m "Upload" | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment