Forum Discussion
GIT Workspace integration won’t sync
- Anonymous10 months ago
I solved this by reverting each commit one after another and trying to sync until it finally worked. I wasn’t able to figure out exactly which commit caused the problem. 🤔
Hi Anonymous ,
Thank you for reaching out to the Microsoft Community Forum.
You are facing Git workspace sync issue in Microsoft Fabric.
Please try below things to fix the issue.
1. Disconnect the workspace from Git. In Azure DevOps, create a new empty branch. Delete all files/folders from the new branch. Reconnect the workspace to this cleaned branch.
2. Check if any notebooks, lakehouses or datasets are owned by former employees. Reassign ownership to active users.
3. Try to Sync Git manually, If you are using Git CLI or Visual Studio, try the below syntax.
git fetch origin
git pull origin <branch-name>
git push origin <branch-name>
Note: Make sure to resolve any merge conflicts before pushing.
4. Run git status and git diff to identify conflicts. Use git merge or git checkout to resolve. Commit and push again.
5. If another user commit from the same workspace it may resolved the issue.
Please refer below link.
Solved: Re: Fabric Git sync not working at all. Failed to ... - Microsoft Fabric Community
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh