Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

installing git on ec2

sudo yum install git -y
Comment

installing git in ec2

sudo yum update -y
sudo yum install git -y
Comment

PREVIOUS NEXT
Code Example
Shell :: firebase login no localhost 
Shell :: Error: ENOSPC: System limit for number of file watchers reached, 
Shell :: install vscode ubuntu 18.04 
Shell :: open cmd with size 
Shell :: github wiki link to another page 
Shell :: set different user for git 
Shell :: git remove user password 
Shell :: brew install pip 
Shell :: change partition in cmd 
Shell :: git delete remote branch error: unable to delete remote ref does not exist 
Shell :: linux command to list directory size 
Shell :: netsh wlan command for wifi password 
Shell :: convert pem to private key openssl 
Shell :: check os command 
Shell :: snap store android studio 
Shell :: ubuntu delete user 
Shell :: uninstall service cmd 
Shell :: ubuntu installing gimp 
Shell :: install ant design in react 
Shell :: uninstall google drive ubuntu 20.04 
Shell :: how to activate administrator account in windows 10 command prompt 
Shell :: upgrade to ubuntu 22.04 
Shell :: md5sum windows 
Shell :: mac of hide "upgrade now" 
Shell :: bash perform operation on all files in directory 
Shell :: creating a gitignore for xcode project 
Shell :: install rustup 
Shell :: bash zero padding 
Shell :: sudo without password linux 
Shell :: npm vs yarn Haven’t Changed 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =