CMWTAT_Digital_Edition
CMWTAT_Digital_Edition copied to clipboard
无法进行直接使用
Describe the bug 无法进行直接使用
To Reproduce Steps to reproduce the behavior:
- Go to '运行'
- Click on '确定"'
- Scroll down to '确定'
- See error
Expected behavior 能正常显示
Screenshots
PC Information (please complete the following information):
- CPU Arch: x64
- Windows Version: Windows 11 10.0.10240.0
- Original SKU: Pro
- Target SKU: Pro
- Version 2.6.2.0
Additional context PS C:\Users\Administrator> powershell -Command "irm https://tgsan.github.io/CMWTAT_Digital_Edition/DirectRun.ps1 | iex" irm : 基础连接已经关闭: 发送时发生错误。 所在位置 行:1 字符: 1
- irm https://tgsan.github.io/CMWTAT_Digital_Edition/DirectRun.ps1 | ie ...
-
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod],WebExce ption + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
看上去是被你所使用的运营商屏蔽了(一般中国移动容易出现),可以尝试使用这个命令替代(将会从CDN拉取)
powershell -Command "irm https://fastly.jsdelivr.net/gh/TGSAN/CMWTAT_Digital_Edition/CDNDirectRun.ps1 | iex"