Problem in deploying github code through code deploy tool

0

Hi I am new to coding. currently trying to test various codes build at github to implement them on AWS. i am following this link to implement it using Code Deploy https://docs.aws.amazon.com/codedeploy/latest/userguide/tutorials-github-create-github-repository.html In step 2 i need help in implementing the commands as mentioned. Enter image description here

it mentions that i need to "Close Notepad. Run the following commands, one at a time," while i tried using the commands on my command prompt, i failed to use them Anyone pls guide me how run these commands. do i need to run them on command prompt in windows or it should be run somewhere else? kindly explain Thanks

Learner
已提问 1 个月前113 查看次数
1 回答
1
已接受的回答

Hello.

If the OS of your PC is Windows, the Git command may not be installed by default.
So, first, install Git from the page below.
https://gitforwindows.org/

Please check the installation method described in "Install Git on Windows" on the following page.
https://github.com/git-guides/install-git

Once Git is installed, you should be able to run the commands listed in the AWS documentation you shared from a command prompt.

profile picture
专家
已回答 1 个月前
profile pictureAWS
专家
已审核 1 个月前
  • It worked. Thanks

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则