Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine 谷歌Appengine部署安全问题_Google App Engine - Fatal编程技术网

Google app engine 谷歌Appengine部署安全问题

Google app engine 谷歌Appengine部署安全问题,google-app-engine,Google App Engine,部署Google Appengine应用程序时遇到问题。我们得到以下错误消息 从Unix shell提示符处指示的部署命令 /home/leffstudent/appengine/bin/appcfg.sh update ~/u3/web/war -p proxy.wiu.edu:8080 以下URL可用于身份验证: https://accounts.google.com/o/oauth2/auth?access_type=offline&approval_prompt=force

部署Google Appengine应用程序时遇到问题。我们得到以下错误消息 从Unix shell提示符处指示的部署命令

/home/leffstudent/appengine/bin/appcfg.sh update  ~/u3/web/war -p proxy.wiu.edu:8080
以下URL可用于身份验证:

 https://accounts.google.com/o/oauth2/auth?access_type=offline&approval_prompt=force&client_id=550516889912.apps.googleusercontent.com&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&scope=https://www.googleapis.com/auth/appengine.admin%20https://www.googleapis.com/auth/cloud-platform
Attempting to open it in your browser now.

Unable to open browser. Please open the URL above and copy the resulting code.
Please enter code:
这台计算机上没有浏览器,它是一台Linux虚拟机,可作为学校的编程机会 计算机科学。我们只需使用putty登录即可。 我剪切并粘贴了地址,并将其输入到运行putty的计算机中。我在那个浏览器里得到了代码。我把它剪下来,试着把它贴回去 进入浏览器。不走运

我明白了

"java.net.ConnectException: Connection refused"
(这很困难,因为这种腻子似乎没有用于剪切和粘贴的菜单项。)

我试了大约七次。有好几次,我也试着简单地仔细输入代码。不走运

该项目的研究生也尝试了自己——不走运

谢谢你的洞察力。特别是,我似乎应该问系统管理员,谁在我们的计算机科学学院的网站上设置了磁盘片 “浏览器”的服务器。我应该特别要求什么?我没有看到任何关于google appcfg.sh程序在尝试“立即在浏览器中打开”时正在执行的操作的文档

我们有一个项目,有五个人在几年的时间内工作过,但由于我们不能再继续工作,这个项目已经陷于水深火热之中
部署。

我不确定代码为什么不工作-应该。作为解决方案,为什么不:

  • 将代码推送到git回购(例如bitbucket)
  • 将其拉到有浏览器的机器上
  • 将浏览器计算机设置为在您希望进行身份验证的帐户下运行GCloud
  • 从那里部署