(저는 m1맥북입니다)
todoapp으로 킨 비쥬얼스튜디오터미널에서
gcloud init 를 작성하면
zsh: command not found: gcloud뜨는데
그냥 맥북에있는 터미널로 gcloud init 를 작성하면
(base) kojinkyu@gojingyuui-MacBookAir ~ % gcloud init
Welcome! This command will take you through the configuration of gcloud.
Settings from your current configuration [default] are:
core:
account: kjkj2077@gmail.com
disable_usage_reporting: 'False'
project: todoapp-355208
Pick configuration to use:
[1] Re-initialize this configuration [default] with new settings
[2] Create a new configuration
Please enter your numeric choice:
뜨고 그후
gcloud app deploy 하면
ERROR: An app.yaml (or appengine-web.xml) file is required to deploy this directory as an App Engine application.
이런게 뜨는데 비쥬얼스튜디오에서 안해서 그런거같은데, 어떻게 해야할까요?
이런식으로 잘뜹니다.. 왜이럴까요?