You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since switching from yarn to pnpm git seems to be unable to fully clean up worktrees using git worktree remove (with or without --force). The command fails with:
"error: failed to delete '<worktree-path>': Directory not empty"
It seems to work fine on macOS.
Is there a way to get git to fully clean up these worktrees?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since switching from
yarn
topnpm
git seems to be unable to fully clean up worktrees usinggit worktree remove
(with or without--force
). The command fails with:"error: failed to delete '<worktree-path>': Directory not empty"
It seems to work fine on macOS.
Is there a way to get git to fully clean up these worktrees?
Beta Was this translation helpful? Give feedback.
All reactions