无法使用goapp部署-用户名或密码无效。

huangapple go评论75阅读模式
英文:

Cannot deploy with goapp - invalid username or password

问题

在尝试使用以下命令登录时,出现“无效的用户名或密码”错误:

goapp deploy myapp/

这是按照Google App Engine Go教程进行操作时出现的问题。

英文:

Getting an invalid username or password error after trying to sign in with

goapp deploy myapp/

following the Google App Engine Go tutorial.

答案1

得分: 2

为了得到一个实际的答案,使用以下命令:

goapp deploy -oauth -application <projectid>

这样就可以工作了。感谢 @ntsh 提供的解决方法 无法使用goapp部署-用户名或密码无效。

英文:

Just for the sake of having the answer as an actual answer:

use the following

> goapp deploy -oauth -application <projectid>

and it will work. Credit to @ntsh for this 无法使用goapp部署-用户名或密码无效。

答案2

得分: 0

goapp似乎缺乏文档。无论如何,它使用appcfg.py,所以你可以直接使用以下命令更新应用程序:

appcfg.py update . --noauth_local_webserver
英文:

goapp seems to be lacking in documentation. Anyway it uses appcfg.py, so you can directly update app with:

appcfg.py update . --noauth_local_webserver

huangapple
  • 本文由 发表于 2014年9月4日 17:21:59
  • 转载请务必保留本文链接:https://go.coder-hub.com/25661736.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定