Google App Engine git push-to-deploy功能不足

时间:2013-08-31 22:50:07

标签: git google-app-engine

directions之后,我有

  • 在我的云控制台中创建了一个项目
  • 启用了push-to-deploy
  • 获得身份验证令牌
  • machine code.google.com login my-address@gmail.com password 1/blahblahsecuritytoken放入我的~/.netrc文件
  • 克隆提供的网址

但显然我在尝试部署时遇到了问题:

$ git push appengine master %# 1  17:35:44
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 286 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Scanning pack: 100% (3/3), done.
remote: Storing objects: 100% (3/3), done.
remote: Processing commits: 100% (1/1), done.
remote: Deploying...
remote: You do not have sufficient privileges to deploy, consider recreating your auth token.
To https://code.google.com/id/my-url-was-here/
   109e2cd..d1caea5  master -> master

然而它实际上接受了我对git的改变!我至少重新创建了一次auth令牌,没有成功。当我搜索google app engine git push "do not have sufficient privileges"时,Google讽刺的是没有结果。

任何线索?

1 个答案:

答案 0 :(得分:0)

这是Googles方面的一个临时问题。在https://code.google.com/p/googleappengine/issues/detail?id=9917上的帖子后,部署立即开始工作。

谷歌花了几天时间来解决这个问题。