上市工作正常:
$ 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 。 任何想法可能会出错?