找不到与我的 GOOGLE APP ENGINE 应用程序关联的任何远程存储库

Could not find any remote repositories associated with MY GOOGLE APP ENGINE APPLICATION

当我使用以下方式将 WordPress 应用程序部署到 Google App Engine 时:

gcloud ... --verbosity=info ...

我有以下脚本说:

Beginning deployment of service [default]...
...
INFO: Could not find any remote repositories associated with [../coding/GCP/domain.com/2017-01-03-test]. Cloud diagnostic tools may not be able to display the correct source code for this deployment.
...
Updating service [default]...done.

有人知道如何解决这个信息吗?

Google Cloud Source Repositories 是 Google 托管的私人 git 存储库,其中可以存储 运行 在 Google 云中的应用程序代码。

这允许与 Google 的调试和诊断工具紧密集成,这很有用但不是必需的。

留言

INFO: Could not find any remote repositories associated with [../coding/GCP/domain.com/2017-01-03-test]. Cloud diagnostic tools may not be able to display the correct source code for this deployment.

建议 ,解释说此集成不可用,因为应用程序的源代码未托管在 Google 存储库中。