如何使用sdk对Google Cloud Source Repositorys正确进行身份验证

时间:2018-09-18 03:00:48

标签: git google-cloud-platform google-cloud-repository

我已经按照Google Cloud Source Repositoriessource.cloud.google.com中提供的步骤

  1. gcloud init和&git配置--global凭据。https://source.developers.google.com.helper gcloud.cmd
  2. git remote add google https://source.developers.google.com/p/[Project-id]/path
  3. git push --all google

但是我得到了错误:     无效的身份验证凭据

我不会因为执行这些步骤而沮丧,并且无法完成任务

enter image description here

2 个答案:

答案 0 :(得分:2)

执行以下步骤-对我有用

enter image description here

您将获得新生成的身份验证凭据。您需要copypaste中的cmd。然后它将完美运行。

答案 1 :(得分:1)

对于adding repositories,我确实遵循了这些步骤,并且工作正常。

在某些情况下,您可能无权访问Cloud SDK。例如,您可能在无法访问这些工具的构建服务器上工作。在这种情况下,您可以手动生成静态凭据。

导航到repository page

找到存储库,然后单击“克隆”。

将首选的身份验证方法更改为手动生成的凭据。

按照说明使用生成的凭据。