Unable to `buck2 clean` a repo which uses `git_fetch()` on Windows
Open
bug
- Dominant language
- Rust
- Stars
- 4.4k
- Forks
- 394
- PR merge metrics
- No merged PRs in 30d
Description
git marks its pack files read only. So if you `git_fetch()` something on Windows, and then try to `buck2 clean`, you get access denied errors and the clean fails.
Contributor guide
Assessment
This issue has not been assessed yet.