Home

Published

- 1 min read

install git ec2 linux

img of install git ec2 linux

The solution for this is noted below

install git ec2 linux

Solution

   #Create an EC2 instance with Amazon Linux 2 with internet access
#Connect to your instance using putty

#Perform a quick update on your instance:
sudo yum update -y

#Install git in your EC2 instance
sudo yum install git -y

#Check git version
git version

Try other methods by searching on the site. That is if this doesn’t work