2
繼directions,我有谷歌App Engine的混帳推到部署的privilages不足
- 創建一個項目在我的雲端控制檯
- 啓用一鍵部署
- 有一個身份驗證令牌
- 將
machine code.google.com login [email protected] 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
但它實際上接受混帳我的變化!我至少重新創建了一次驗證令牌,但沒有成功。當我搜索google app engine git push "do not have sufficient privileges"
時,谷歌諷刺地沒有結果。
任何線索?