2.7 Generate config file at Git Bash & Verify the Codecommit connection
Overview : Step 1 -Open Git bash : Run the below commands to create config file in ssh directory 📋 Command to enter/move into ssh directory cd
Overview : Step 1 -Open Git bash : Run the below commands to create config file in ssh directory 📋 Command to enter/move into ssh directory cd
Step 1 – Go to SSH public keys for AWS CodeCommit (0) : (Follow 2.4 , step-11 to reach) , Click on Upload SSH Public key
Step 1 – Generating Token : Now we don’t have , so open Git bash and Generate Token, To generate token Run command the below
Overview : To upload/connect AWS CodeCommit repository with Local Machine/Local Repository/Code, we need to establish a connection between AWS Codebuild and our PCHere we have
Step 1 – Connection Steps : Once, after the CodeCommit repository is created, it will show the below dashboard/page. Â Click on SSH and select your
Step 1 – Open CodeCommit: Search for CodeCommit at AWS Search Bar and open/select it Step 2 – Create repository : Click/Select Create repository Step –
Step – 1 > Login with your IAM Account(with Administrator Access) is Recommended 🔗AWS Login URL https://console.aws.amazon.com/console/home?nc2=h_ct&src=header-signin Or if you don’t have an IAM Account
Git is a version control tool and source code management tool, to handle the code changes and for uploading code from your pc to cloud
We have a web application source code in a git repository , we need to download the code from git repository using git clone and
Overview : We have created a repository, it has nothing, we need to push the code in it , to push/upload the code we have