“Instale o git no Amazon Linux” Respostas de código

Instale o git no 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
Hastings Keith

insall git onec2

$ sudo yum install git
Ill Ibex

Instalando o Git no EC2

sudo yum install git -y
Black Bug

Respostas semelhantes a “Instale o git no Amazon Linux”

Perguntas semelhantes a “Instale o git no Amazon Linux”

Mais respostas relacionadas para “Instale o git no Amazon Linux” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código