Skip to content

windows powershell上使用命令行安装遇到错误 #170

Description

@PING0001

Describe the bug

使用irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 | iex安装错误,最终排查出原因:安装脚本存在 PowerShell 兼容性/数组处理缺陷,把 .env 的多项配置粘到了一行
.env中多项配置没有换行,连在一行了

Steps to reproduce

在windows上使用powershell运行:irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 | iex
发现没有成功安装镜像,并且.env中多个配置项练成一行

Expected behavior

No response

Deployment method

Docker Compose

Relevant logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions