This problem generally occur when you try to checkout repo for the first time and try to commit some files in repo. and during that following error message is shown from git: Problem: fatal: refusing to merge unrelated histories Error redoing merge 1234deadbeef1234deadbeef Solution: 1. open cmd.exe 2. open your repo path in cmd 3. Run command git pull origin master --allow-unrelated-histories this should solve your problem.
A Full Stack developer who is facing problems in development cycle and here you find solution of errors of those problems.This includes all exception and configuration issues. Solutions which i have written in blog are the one which worked for me after killing my time :) .