当我想将我的 Go 应用程序部署到 App Engine 时,我发现我必须安装 app-engine-go。它甚至说安装在一个新窗口上,没有弹出窗口。
https://github.com/ChihchengHsieh/ProblemsScreenShot/blob/master/image-2.png
C:\go-work\src\orderFunc>gcloud app deploy
The component [app-engine-go] is required for staging this
application.
Restarting command:
$ gcloud components install app-engine-go
Installing component in a new window.
Please re-run this command when installation is complete.
$ gcloud app deploy
当我运行命令gcloud components install app-engine-go
andgcloud components update
时,它显示:
https://github.com/ChihchengHsieh/ProblemsScreenShot/blob/master/image.png
C:\go-work\src\orderFunc>gcloud components install app-engine-go
Restarting command:
$ gcloud components install app-engine-go
C:\go-work\src\orderFunc>gcloud components update
Restarting command:
$ gcloud components update
C:\go-work\src\orderFunc>gcloud components install app-engine-go
Restarting command:
$ gcloud components install app-engine-go
我已经尝试重新安装谷歌云 SDK,但它是一样的。
我希望它可以显示一些安装过程。