common-fate / granted

The easiest way to access your cloud.
https://granted.dev
MIT License
1.04k stars 93 forks source link

assume.ps1 is not digitally signed! #443

Open pjhavariotis opened 1 year ago

pjhavariotis commented 1 year ago

I'm getting the following error when executing assume (latest version):

assume: File c:\Apps\Granted\assume.ps1 cannot be loaded. The file c:\Apps\Granted\assume.ps1 is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170.

Unfortunately, my current execution policy is as follows: RemoteSigned Are there any plans to digitally sign all the relevant scripts?

tinkeringtuck commented 4 months ago

I am also running into this. I'm not sure why, since my ExecutionPolicy is the same, but I did not have any issue on Windows 10 but on a new machine with Windows 11 I am unable to run assume.ps1 with the RemoteSigned execution policy.