We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 无法进行直接使用
To Reproduce Steps to reproduce the behavior:
Expected behavior 能正常显示
Screenshots
PC Information (please complete the following information):
Additional context PS C:\Users\Administrator> powershell -Command "irm https://tgsan.github.io/CMWTAT_Digital_Edition/DirectRun.ps1 | iex" irm : 基础连接已经关闭: 发送时发生错误。 所在位置 行:1 字符: 1
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod],WebExce ption + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
The text was updated successfully, but these errors were encountered:
看上去是被你所使用的运营商屏蔽了(一般中国移动容易出现),可以尝试使用这个命令替代(将会从CDN拉取)
powershell -Command "irm https://fastly.jsdelivr.net/gh/TGSAN/CMWTAT_Digital_Edition/CDNDirectRun.ps1 | iex"
Sorry, something went wrong.
No branches or pull requests
Describe the bug
无法进行直接使用
To Reproduce
Steps to reproduce the behavior:
Expected behavior
能正常显示
Screenshots
PC Information (please complete the following information):
Additional context
PS C:\Users\Administrator> powershell -Command "irm https://tgsan.github.io/CMWTAT_Digital_Edition/DirectRun.ps1 | iex"
irm : 基础连接已经关闭: 发送时发生错误。
所在位置 行:1 字符: 1
The text was updated successfully, but these errors were encountered: