问题标签 [google-source-repositories]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
232 浏览

node.js - 无法在 Compute Engine 中克隆 Google Cloud Repository

我正在尝试按照本指南在 Google Compute Engine 中设置 Node 项目:https ://cloud.google.com/nodejs/getting-started/getting-started-on-compute-engine

在启动脚本上一切正常,直到第 27 行:

当脚本尝试克隆 repo 时,我在日志中收到一些错误:

INVALID_ARGUMENT: Request contains an invalid argument

message: "Invalid authentication credentials. Please generate a new identifier: https://source.developers.google.com/new-password"

fatal: unable to access 'https://source.developers.google.com/<path-to-repo>': The requested URL returned error: 400

此错误的原因可能是什么,我该如何解决?我试图研究克隆身份验证,但没有找到与脚本相关的任何内容。我访问了新密码链接,并尝试在服务器中执行 gitcookie 命令,但没有帮助。

我使用的启动脚本与指南中的完全一样:

0 投票
1 回答
85 浏览

git - 在 CloudRun 上使用 git2go 克隆

我正在尝试使用https://github.com/libgit2/git2go从 GCP Source 存储库克隆存储库

但是,我得到failed to resolve path '/tmp/repo/.git/': No such file or directory"

通过使用 gcloud source repo clone,它可以工作。

什么会导致此错误?即使在我的 docker 容器中,它也可以在本地机器上运行。

0 投票
1 回答
165 浏览

google-cloud-platform - 所有存储库列表中缺少 GCP 源存储库

TL;博士

test-repoCloud Source Repository 面板中的列表中缺少我的All repositories,但我仍然可以访问它。为什么?

也在谷歌云社区上问过

细节

  1. 我做了test-repo
  2. 我能够使用 CloudSDK 进行 git clone、更改甚至推送。
  3. 当我返回 GCP Console > Cloud Source Repository 时,没有显示该存储库,它向我显示了一个欢迎页面。
  4. 我仍然能够 git pull。
  5. 我可以test-repo通过使用来自test-repo.
  6. 当我创建一个新的临时 repo caleldtest2时,它显示在All Repositories选项卡下。
  7. test-repo仍然丢失,但它显示在下面Recently Viewed,我可以在那里访问它。

这里发生了什么???

在此处输入图像描述

在此处输入图像描述

编辑1:???现在只显示test-repo而已。 在此处输入图像描述

0 投票
2 回答
220 浏览

google-cloud-platform - Cloud Build Trigger for FTP or SSH deployment

How can I deploy a directory to a FTP or SSH server, with a trigger and cloudbuild.yaml?

So far I can already generate a listing of the files which I'd like to upload:

0 投票
0 回答
9 浏览

github-codereviews - 如何获取google源码支持的项目列表进行code review?

我想做一些关于代码审查的研究。所以,我需要一些代码审查数据。我在下面找到两个链接。

但我找不到项目列表。有没有办法获得所有的代码审查链接。

0 投票
2 回答
120 浏览

git - Google 源代码库的权限被拒绝

我多年来一直在使用 Google 源代码库,现在当我尝试推送或拉取时,我的权限被拒绝。

我已经检查了我能想到的所有内容:

  • 更新了 gcloud:gcloud components update
  • 重新初始化:gcloud init
  • 重新安装 gcloud 工具
  • 更新了 git
  • 将 repo 克隆到新目录(无权限)
  • 我仍然可以访问控制台:https ://source.cloud.google.com/project/default
  • 关闭和重新开放的终端
  • 我是组织和项目的所有者,但我还添加了所有源存储库权限

上述过程设置了我的帐户和项目,所以这些都设置好了。

我只是在另一台计算机(Windows 10)上尝试过,我没有被拒绝许可。这个问题与我的 Mac 设置有关...

下面是一些例子: