这篇文章上次修改于 1916 天前,可能其部分内容已经发生变化,如有疑问可询问作者。 >这个是因为powershell默认不允许运行没有签名的脚本。 解决办法 ```bash set-executionpolicy -scope CurrentUser Unrestricted ```
没有评论