Hi, I'm trying to deploy my first python3 app in Google App Engine. I've edited app.yaml according to https://cloud.google.com/appengine/docs/standard/python3/config/appref . I have created .gcloudignore replacing skip files and I have deployed it gcloud app deploy app.yaml --version xxxx --promote
But what I get is Beginning deployment of service [default]... fatal:ambiguous argument'HEAD': unknown revision or path outside the working tree. Use '--' to separate the routes of the revisions, in this way: 'git <comando> [<revisión>...] -- [<archivo>...]' I vhave checked that all the files are uploaded wrght to Google App Engine, but when I access to the app: [image: bad-gateway-502.png] I dont know if it is an app.yaml mistale or there is somethin wrong in web2py with python3 apps in GAE. Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

