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

标签 wordpress git google-app-engine repository gcloud

当我使用以下方式将我的 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 托管的私有(private) 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 存储库中。

关于wordpress - 找不到与我的 GOOGLE APP 引擎应用程序关联的任何远程存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41521548/

相关文章:

php - 在woocommerce 3中调整产品图像的缩放倍率

html - 社交图标上颜色的奇怪问题

git - 如何通过管道传输到 git tag 命令?

java - GWT:如何在服务器和客户端(Gin/Guice)上格式化数字

css - 创建一个 wordpress 博客,看起来像这样 : www. allwomenstalk.com

css - 在 Chrome 中检查元素时空白消失

git:使用 "commit --cleanup=whitespace"和 "rebase --interactive"

git - gerrit - git(pull vs checkout vs cherrypick)这是为了什么?

python - 控制 ndb.Expando 模型属性的索引

php-cgi 未在 Windows 下为谷歌应用引擎执行