繁体   English   中英

无法将Golang应用程序上传到Google App Engine

[英]Unable to upload golang app into google app engine

我无法将代码上传到Google App引擎上的应用程序中。 我用Golang开发的。 该代码在本地系统上运行良好,但是当我尝试将其上传到Google App Engine时,会引发以下错误。 请帮助。

9:44 PM Getting current resource limits.
09:44 PM Scanning files on local disk.
09:45 PM Cloning 205 application files.
09:45 PM Uploading 2 files and blobs.
09:45 PM Uploaded 2 files and blobs.
09:45 PM Compilation starting.
09:45 PM Compilation: 178 files left.
09:45 PM Error 422: --- begin server output ---
Compile failed:
2016/07/14 21:45:04 go-app-builder: build timing: 26×compile (6.651s total), 0×link (0 total)
2016/07/14 21:45:04 go-app-builder: failed running compile: exit status 1

golang.org/x/net/http2/server.go:156: undefined: isBadCipher
golang.org/x/net/http2/server.go:320: undefined: isBadCipher
golang.org/x/net/http2/transport.go:122: undefined: configureTransport
golang.org/x/net/http2/transport.go:407: undefined: transportExpectContinueTimeout
--- end server output ---
09:45 PM Rolling back the update.
Error 422: --- begin server output ---

--- end server output ---
error while running appcfg.py: exit status 1

我遇到了同样的问题。 更新到最新的SDK(现在为1.9.40)即可解决该问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM