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
gefragt vor einem Monat113 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
EXPERTE
beantwortet vor einem Monat
profile pictureAWS
EXPERTE
überprüft vor einem Monat
  • It worked. Thanks

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen