解决方法:需要修改为remotesigned模式。执行set-ExecutionPolicy remotesigned命令设置为可用模式,如果在VScode命令行执行报错,使用管理员打开powershell执行也行。
1、执行命令 Set-ExecutionPolicy -Scope CurrentUser
RemoteSigned
2、执行命令 Set-ExecutionPolicy -Scope LocalMachine
RemoteSigned
3、在终端中输入get -ExecutionPolicy 可以查看当前权限
4、设置好重启生效