Forum Discussion
SivaMani
1 year agoResident Rockstar
Git Integration - Commit Issue
Hello, I am trying to commit my changes from the Fabric workspace (Notebooks, Data Pipelines, Flows) to the Git Repo. Getting the below error, couldn't find any solutions for the same.
- 1 year ago
Anonymous Not yet. Will share the details when I have more. Thanks!
burakkaragoz
1 year agoSuper User
Hi SivaMani ,
This error usually means there’s already an item in your Git repo with the same name or type as what you’re trying to commit from Fabric. Even if you can’t see duplicates at first glance, sometimes things like notebooks or pipelines might be out of sync between Fabric and your repo.
A couple of things worth trying:
- Double-check that there aren’t any items with the same name both in your Fabric workspace and in the repo.
- Make sure all changes are synced up before you try another commit.
- If you’re still stuck, sometimes disconnecting and reconnecting the Git integration helps. You could also try committing your changes to a new branch if that’s an option.
If nothing works, cleaning up any old or duplicate files before syncing can sometimes do the trick.
Hope this helps! Let us know how it goes or if you need more help.