如何知道剩余/使用的 Google Cloud Source Repository 存储?
Posted
技术标签:
【中文标题】如何知道剩余/使用的 Google Cloud Source Repository 存储?【英文标题】:How to know remaining/used Google Cloud Source Repository storage? 【发布时间】:2020-09-14 06:52:25 【问题描述】:我刚刚开始使用 Google Cloud Source Repository,在推动了一个大型项目之后,我似乎不知道该项目在 Google Cloud 上占用了多少 GB。
【问题讨论】:
【参考方案1】:我没有找到如何在控制台上看到这个,但是你可以运行这个命令
gcloud source repos describe <repoName>
你有一个回购大小的行,以字节为单位
size: '86831633'
【讨论】:
谢谢,我想我找到了一个似乎更容易的答案。【参考方案2】:没关系,找到答案了。
git count-objects -vH
(参见@VonC 的回答)
Found it here.
【讨论】:
你是说这个吗? ***.com/a/16163608/6309以上是关于如何知道剩余/使用的 Google Cloud Source Repository 存储?的主要内容,如果未能解决你的问题,请参考以下文章
将文件从 Google Cloud Storage 直接下载到 HDFS 和 Hive 表中
如何使用 ruby on rails 提供来自 google cloud bigquery 的分页结果
使用 Google Cloud Endpoints 时如何重启 Flask 服务器?