从 Platform.sh 开始 - 尝试获取项目,收到错误 "The provided cwd does not exist." 这是什么意思?

Starting with Platform.sh - trying to get project, receiving error "The provided cwd does not exist." what does this mean?

从 Platform.sh 开始 - 尝试获取项目,收到错误 "The provided cwd does not exist." 这是什么意思?

错误字面意思是“[RuntimeException] 提供的 cwd 不存在。

不知道那是什么意思。我在 运行 git bash 中执行以下命令:

platform get [id]

哪个应该得到我的项目。但是我得到了那个错误。 :/

我想你指的是 Platform.sh, the Continuous Deployment Cloud Hosting

如“platformsh-cli PR 155”中所述:

It is possible to run the command from inside the repository directory, but it leaves the shell in a weird state, at least when using ZSH (it reports the wrong cwd).

因此请确保您在获取之前执行了 project:init

我在Platform.sh工作。

这是 Platform.sh CLI 中的一个错误,影响了 Windows 的使用。它已在更高版本中修复,从 v3.25.1 (the root cause was a bug in Symfony Console)。抱歉给您带来不便。

请使用 Platform.sh docs and support 更快地获得帮助。