CMWTAT_Digital_Edition icon indicating copy to clipboard operation
CMWTAT_Digital_Edition copied to clipboard

无法进行直接使用

Open chatGPT-AI-API opened this issue 11 months ago • 1 comments

Describe the bug 无法进行直接使用

To Reproduce Steps to reproduce the behavior:

  1. Go to '运行'
  2. Click on '确定"'
  3. Scroll down to '确定'
  4. See error

Expected behavior 能正常显示

Screenshots

Image

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
    

chatGPT-AI-API avatar Jan 17 '25 12:01 chatGPT-AI-API

看上去是被你所使用的运营商屏蔽了(一般中国移动容易出现),可以尝试使用这个命令替代(将会从CDN拉取)

powershell -Command "irm https://fastly.jsdelivr.net/gh/TGSAN/CMWTAT_Digital_Edition/CDNDirectRun.ps1 | iex"

TGSAN avatar Jan 17 '25 14:01 TGSAN