Install Git Ec2 Linux

[Solved] Install Git Ec2 Linux | Shell - Code Explorer | yomemimo.com
Question : install git ec2 linux

Answered by : selfish-scarab-fgnty7noxklv

#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

Source : | Last Update : Fri, 29 Jan 21

Question : insall git onec2

Answered by : siddharth-bansal

$ sudo yum install git

Source : | Last Update : Mon, 18 May 20

Question : installing git on ec2

Answered by : black-bug-ja6xhw1wpj7e

sudo yum install git -y

Source : | Last Update : Tue, 03 Nov 20

Question : installing git in ec2

Answered by : subodh-verma

sudo yum update -y
sudo yum install git -y

Source : | Last Update : Tue, 29 Dec 20

Answers related to install git ec2 linux

Code Explorer Popular Question For Shell