-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugDid we break something?Did we break something?p1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to do
Description
Bug Report
Issue name
pull: unexpected error - b'worktreeConfig'
Description
When attempting to use the dvc pull command in a repository with the worktreeConfig extension enabled in Git, DVC throws an unexpected error. The error message received is "ERROR: unexpected error - b'worktreeConfig'". This issue persists even after attempting to set worktreeConfig to false via the Git config.
Reproduce
- Initialize a Git repository with
git init. - Enable
worktreeConfigin the Git configuration withgit config extensions.worktreeConfig false. - Initialize DVC within the repository with
dvc init. - Add a dataset or file to manage with DVC using
dvc add file. - Try to pull data or synchronize with a remote storage using
dvc pull.
Expected
The dvc pull command should execute without any errors, syncing the DVC-tracked files from the remote storage. The presence of the worktreeConfig setting in Git should not impact DVC operations.
DimaAmega, minakogoh, mnrozhkov, lucgiffon, nicklofaso and 3 more
Metadata
Metadata
Assignees
Labels
bugDid we break something?Did we break something?p1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to do