按照指示,我有
- 在我的 Cloud Console 中创建了一个项目
- 启用推送部署
- 获得授权令牌
- 放入
machine code.google.com login my-address@gmail.com password 1/blahblahsecuritytoken
我的~/.netrc
档案 - 克隆提供的 URL
但显然我在尝试部署时遇到了问题:
$ 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 中的更改!我至少重新创建了一次身份验证令牌,但没有成功。具有讽刺意味的是,当我搜索时,Google 没有出现任何结果google app engine git push "do not have sufficient privileges"
.
有什么线索吗?