Forum Discussion
Git Integration - Commit Issue
- 1 year ago
Anonymous Not yet. Will share the details when I have more. Thanks!
Hi SivaMani ,
Thank you for reaching out to the Microsoft Fabric Community.
As nilendraFabric and burakkaragoz correctly pointed out the root cause of the error typically lies in a naming conflict. Specifically, when an item with the same name and type already exists in the Git repository but is not properly linked or synchronized with your Fabric workspace. This results in a Git_GitProviderPathAlreadyExistsException.
To resolve this, start by checking for any duplicate artifacts such as notebooks or pipelines in both Fabric and your Git repository. Ensure all items are properly synced before committing changes. If the conflict persists, consider renaming the artifact in Fabric or removing the conflicting file from Git. As a recovery step, you might also try disconnecting and reconnecting the Git integration or committing your changes to a new branch.
For more detailed guidance, you can refer to the official documentation on Git integration: Get started with Git integration - Microsoft Fabric | Microsoft Learn
Also refer to the documentation below for your understanding: Resolve conflicts with Git integration - Microsoft Fabric | Microsoft Learn
Hope this helps. Please reach out for further assistance.
If this post helps, then please consider to Accept as the solution to help the other members find it more quickly and a kudos would be appreciated.
Thank you.