It seems that git-annex does not work with git-worktree on Windows.
Tests rely on commands not generally available on Windows, e.g. echo.
Recreate the Windows error
The following commands in a PowerShell console in Windows demonstrate the git-annex issue, i.e. it is not possible to the content of the annexed file a.txt in the worktree.
Windows is currently not supported because:
git-annex
does not work withgit-worktree
on Windows.echo
.Recreate the Windows error
The following commands in a PowerShell console in Windows demonstrate the
git-annex
issue, i.e. it is not possible to the content of the annexed filea.txt
in the worktree.