Horje
installing git on ec2 Code Example
install git ec2 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
insall git onec2
$ sudo yum install git
installing git on ec2
sudo yum install git -y
installing git in ec2
sudo yum update -y
sudo yum install git -y




Shell

Related
write command docker without need write sudo Code Example write command docker without need write sudo Code Example
linux command how much ram Code Example linux command how much ram Code Example
deny directory listing htaccess Code Example deny directory listing htaccess Code Example
ubuntu no bluetooth found Code Example ubuntu no bluetooth found Code Example
ssh-add could not open a connection to your authentication agent centos Code Example ssh-add could not open a connection to your authentication agent centos Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9