问题
I have troubles with push to deploy to GAE today:
me:default me$ git push origin master
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 376 bytes | 0 bytes/s, done.
Total 4 (delta 3), reused 0 (delta 0)
remote: Scanning pack: 100% (4/4), done.
remote: Storing objects: 100% (4/4), done.
remote: Processing commits: 100% (1/1), done.
remote: Triggering release (if applicable)...
To https://source.developers.google.com/p/myappatgae/r/default
2e8c8ca..c5457a0 master -> master
It seems like it's doing some stuff but it's never publishing the code. I can see the code commit in the Google Developers Console. The edited files in question have the same edits when looking in the dev console repo browser. But it's not publishing. I see old results even minutes after the commit.
来源:https://stackoverflow.com/questions/23400892/gae-trouble-with-push-to-deploy