Finish the merge by executing
git commit -m “Merge completed”
Make the rest of the changes in chain without conflicts and make only then make separate commits for other changes.
Why This Happens?
When context is necessary to understand all of the contained changes, Git forbids making separate commits in the middle of a merge.