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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Describe the bug
When running the bootstrap script, powershell will issue an error saying it cannot be run because the script is not digitally signed To Reproduce
Clone the repo and try to run the bootstrap script on a machine with execution policy set to remotesigned
Expected behavior
script runs as normal because it is signed
Workaround
Run PS as admin and run "set-executionpolicy unrestricted"
The text was updated successfully, but these errors were encountered:
Thanks for the report! If I understand right, this should only affect Windows systems, as PowerShell on non-Windows platforms doesn't use AuthentiCode signing? As an alternative workaround, Unblock-File should remove the zone information from the bootstrap script so that it can run under RemoteSigned and lower polices.
Describe the bug
When running the bootstrap script, powershell will issue an error saying it cannot be run because the script is not digitally signed
To Reproduce
Clone the repo and try to run the bootstrap script on a machine with execution policy set to remotesigned
Expected behavior
script runs as normal because it is signed
Workaround
Run PS as admin and run "set-executionpolicy unrestricted"
The text was updated successfully, but these errors were encountered: