Forum Discussion
Fabric GIT integration error - Workload Error Code Git_InvalidResponseFromWorkload
HI avt,
According to the error message, it could be caused by the conflict that has occurred when changes are made to the same item in both the workspace and the remote Git repository.
In my opinion, I think you should fix the conflict on Git at first.
For conflicted item, you can choose to accept the incoming changes from the Git repository or keep the current version that’s in the workspace.
Also, you can revert either the entire workspace or Git branch to last synced state. (if you revert the Git branch to a previous commit, you can still see the changes made to the unsynced branch)
If you’re not sure what changes were made and which version to choose and don’t want to revert to a previous state, you can try resolving the conflict in the Git repo by creating a new branch, resolving the conflict in that branch, and syncing it with the current one.(Note that only a workspace admin can reconnect the workspace to the new branch)
Regards,
Xiaoxin Sheng