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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南