simpleGit().clone(url, dir, ['--no-checkout'])
Errors with:
Use of clone with option -u is not permitted without enabling allowUnsafePack
Because --no-checkout is marked as unsafe because as it contains a 'u'.
This seems to be caused by 1effd8e.
Affected version: 3.32.0, works fine in 3.31.1.
I didn't check, but I suspect this will also happen with options like -oyourremote (-o<name> is --origin=<name>).
Errors with:
Because
--no-checkoutis marked as unsafe because as it contains a 'u'.This seems to be caused by 1effd8e.
Affected version: 3.32.0, works fine in 3.31.1.
I didn't check, but I suspect this will also happen with options like
-oyourremote(-o<name>is--origin=<name>).