facebook / buck2

Build system, successor to Buck
https://buck2.build/
Apache License 2.0
3.33k stars 194 forks source link

Unable to `buck2 clean` a repo which uses `git_fetch()` on Windows #602

Open zjturner opened 2 months ago

zjturner commented 2 months ago

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.