Version Control

How To Fix The Error git.exe merge –no-ff origin/master Your local changes to the following files would be overwritten by merge: example.db Please commit your changes or stash them before you merge. Aborting unable to unlink old ‘example.db’: Invalid argument read-tree failed

Recently when I used SmartGit to merge remote changes, I met the error git.exe merge –no-ff origin/master Your local changes to the following files would be overwritten by merge: example.db Please commit your changes or stash them before you merge. Aborting unable to unlink old ‘example.db’: Invalid argument read-tree failed. In this article, I will tell …

How To Fix The Error git.exe merge –no-ff origin/master Your local changes to the following files would be overwritten by merge: example.db Please commit your changes or stash them before you merge. Aborting unable to unlink old ‘example.db’: Invalid argument read-tree failed Read More »