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
asked a month ago105 views
1 Answer
1
Accepted Answer

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
EXPERT
answered a month ago
profile pictureAWS
EXPERT
reviewed a month ago
  • It worked. Thanks

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions