During git rebase origin/development the following error message is shown from Git:
git rebase origin/development
fatal: refusing to merge unrelated histories Error redoing m
Try the following command:
git pull origin master --allow-unrelated-histories
This should solve your problem.