Windows Linux Bash 错误的变量名 when 运行 /bin/sh -c "$(curl -fsS https://install.airshipcms.io)"
Windows Linux Bash bad variable name when running /bin/sh -c "$(curl -fsS https://install.airshipcms.io)"
在我更改 mobo/cpu 之前一切正常,但我不确定错误消息的含义。
在 运行 安装命令之后
/bin/sh -c "$(curl -fsS https://install.airshipcms.io)"
我的windowsubuntubashshellreturns
Starting Airship Launcher installation for ubuntu Linux64
Will install version 2.1.1
Downloading https://install.airshipcms.io/Linux64/airship-2.1.1.tar.bz2
To /tmp/AirshipLauncher.65/airship-2.1.1.tar.bz2
Added ~/.airship-bin to $PATH in ~/.profile
/bin/sh: 504: export: (x86)/Intel/iCLS: bad variable name
我的猜测是,因为我已经安装了 mobo/cpu 的预升级,所以变量名已经在 ~/.profile 中了?我不确定如何编辑它,当我 运行 cat ~/.profile 时它呈现了一堆不可读的字符。
谢谢。
编辑:我已经尝试重新安装 linux shell,但无济于事。
好的,所以解决方法是用 bash 替换 sh 所以工作命令是
/bin/bash -c "$(curl -fsS https://install.airshipcms.io)"
归功于这个人 https://github.com/probonopd/PowerShell/commit/2441d99a7405b488dc9289789edb636dc2cdcdfc
在我更改 mobo/cpu 之前一切正常,但我不确定错误消息的含义。
在 运行 安装命令之后
/bin/sh -c "$(curl -fsS https://install.airshipcms.io)"
我的windowsubuntubashshellreturns
Starting Airship Launcher installation for ubuntu Linux64
Will install version 2.1.1
Downloading https://install.airshipcms.io/Linux64/airship-2.1.1.tar.bz2
To /tmp/AirshipLauncher.65/airship-2.1.1.tar.bz2
Added ~/.airship-bin to $PATH in ~/.profile
/bin/sh: 504: export: (x86)/Intel/iCLS: bad variable name
我的猜测是,因为我已经安装了 mobo/cpu 的预升级,所以变量名已经在 ~/.profile 中了?我不确定如何编辑它,当我 运行 cat ~/.profile 时它呈现了一堆不可读的字符。 谢谢。
编辑:我已经尝试重新安装 linux shell,但无济于事。
好的,所以解决方法是用 bash 替换 sh 所以工作命令是
/bin/bash -c "$(curl -fsS https://install.airshipcms.io)"
归功于这个人 https://github.com/probonopd/PowerShell/commit/2441d99a7405b488dc9289789edb636dc2cdcdfc