How to Clone a Private GitHub Repository using SSH

AOS Note β€’ July 14, 2022
Video Thumbnail

About

Learning Cloud/DevOps Engineering as a beginner is often challenging because of the overwhelming amount of information online. One of the challenges I faced when I started learning about Cloud Computing was not knowing what to do and where to start. Whether you want to start a career in Cloud/DevOps Engineering or become an expert, this channel contains information that will help you reach your goal faster.

Video Description

Courses: https://www.aosnote.com/store Website: https://www.aosnote.com/ This tutorial will teach you how to clone a private GitHub repository using SSH. Command: git config --global user.name "Your Name" git config --global user.email "youremail" ---------------------------------------------------------------------------- AWS Hands-on Projects for BeginnersπŸ‘‡ ---------------------------------------------------------------------------- βœ” Getting Started on AWS Cloud: https://www.aosnote.com/offers/qq2dokAR/checkout βœ” Deploy a Static Website: https://www.aosnote.com/offers/T7wgpKti/checkout βœ” Deploy a WordPress Website: https://www.aosnote.com/offers/xFzqby9z/checkout βœ” Deploy a Dynamic E-commerce Website: https://www.aosnote.com/offers/gYsmFBVg/checkout βœ” Deploy a Dynamic Website with Terraform: https://www.aosnote.com/offers/pjYL9ybL/checkout βœ” Deploy a Static Website with Ansible: https://www.aosnote.com/offers/WgGk2NUk/checkout βœ” Deploy a Website Docker, AWS ECR, and AWS ECS: https://www.aosnote.com/offers/5hthWgH4/checkout βœ” Deploy a Dynamic Website with CloudFormation: https://www.aosnote.com/offers/zFhSEiuQ/checkout ---------------------------------------------------------------------------- Projects Coming Soon πŸ‘‡ ---------------------------------------------------------------------------- βœ” Deploy a Website with Terraform Modules, AWS ECR, and AWS ECS βœ” Create CICD to Deploy a Dynamic Website βœ” Python and AWS Lambda Project ---------------------------------------------------------------------------- Bootcamp πŸ‘‡ ---------------------------------------------------------------------------- 6 Months Cloud/DevOps Bootcamp: https://www.aosnote.com/offers/SZFctCkU/checkout ---------------------------------------------------------------------------- Courses: https://www.aosnote.com/store Website: https://www.aosnote.com/ ---------------------------------------------------------------------------- Thank youπŸ™. If you find this video valuable, please don't forget to like, subscribe, and share to support this channel πŸ‘ 0:00 - Introduction 0:44 - Sign up for a free GitHub account 3:25 - Create a private repository 6:02 - Install Git on your computer 10:14 - Create a key pair on your computer 12:54 - Add the public key to GitHub 15:08 - Clone the private repository