cool-easter-32542
03/15/2025, 1:21 PMpostCreateCommand failed with this error:
fatal: detected dubious ownership in repository at '/workspaces/pants'
To add an exception for this directory, call:
git config --global --add safe.directory /workspaces/pants
fatal: detected dubious ownership in repository at '/workspaces/pants'
Pants version
N/A, observed on main branch
OS
MacOS
Additional info
This is due to the following hard-coded path:
https://github.com/sharkdp/hyperfine/releases/download/v1.19.0/hyperfine_1.19.0_arm64.deb
and the postCreateCommand can also be improved.
I wil l submit a PR to fix this together.
pantsbuild/pantscool-easter-32542
03/31/2025, 1:42 AM