【发布时间】:2020-10-12 12:52:35
【问题描述】:
在 Git Bash 中使用 azure-cli 时遇到问题
命令:
az webapp create --name app-name --resource-group rg-name --plan plan-name --runtime "node|10.14"
错误:
'10.14' is not recognized as an internal or external command, operable program or batch file.
【问题讨论】:
-
你的问题解决了吗?
-
不,我上次尝试仅适用于命令提示符。 Git Bash 和 PowerShell 失败。
-
可以试试 Azure 云壳吗?可能是你的工作环境有问题。您能否完全卸载 PowerShell,然后重新安装 az.powershell 和 Az cli 命令?
标签: windows pipe escaping git-bash azure-cli