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
posta un mese fa113 visualizzazioni
1 Risposta
1
Risposta accettata

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
ESPERTO
con risposta un mese fa
profile pictureAWS
ESPERTO
verificato un mese fa
  • It worked. Thanks

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande