Answers for "install git on amazon linux"

1

insall git onec2

$ sudo yum install git
Posted by: Guest on May-11-2020
1

install git on amazon linux

#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
Posted by: Guest on October-03-2021
1

installing git on ec2

sudo yum install git -y
Posted by: Guest on October-27-2020

Code answers related to "install git on amazon linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language