指示に従って、私は持っています
- 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 での私の変更を受け入れます! 認証トークンを少なくとも 1 回再作成しましたが、成功しませんでした。皮肉なことに、Google は を検索しても結果が表示されませんgoogle app engine git push "do not have sufficient privileges"
。
手がかりはありますか?