无法在Google云上创build存储库

上市工作正常:

$ gcloud source repos list --project=<myproj> REPO_NAME PROJECT_ID URL backend-django <myproj> https://source.developers.google.com/p/<myproj>/r/backend-django crawler-scripts <myproj> https://source.developers.google.com/p/<myproj>/r/crawler-scripts webapp <myproj> https://source.developers.google.com/p/<myproj>/r/webapp 

但是创build一个新的回购失败:

 $ gcloud source repos create serve --project=<myproj> ERROR: (gcloud.source.repos.create) ResponseError: status=[INTERNAL], code=[500], message=[INTERNAL: Internal error encountered.]. 

最糟糕的部分是 – 错误响应"Internal error encountered." 根本没有帮助。

我迄今为止所做的事情:

  • 仔细检查我的权限。 我恰好是owner write权限的owner
  • 检查与计费。 他们确认没有与付款有关的问题,我的帐户信誉良好。
  • 尝试使用graphics用户界面,但点击“创build”button调出加载微调器,然后什么都不做。

任何想法可能会出错?