“установить git” Ответ

Как установить git на Linux

#For linux
sudo apt-get install git 
Computer Nerd

установить git

$ sudo apt install git
Space Los'

установить git

# On Windows 10 
 https://git-scm.com/download/win

# Installing on Linux
sudo dnf install git-all

# on a Debian-based distribution, such as Ubuntu, try apt:
sudo apt install git-all

# On Mac
https://git-scm.com/download/mac
Darkvent

Установите git ubuntu

sudo apt install git-all
Snippets

установить git

$ brew install git
Wicked Walrus

Git Bash Mac

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/fabriziocucci/git-bash-for-mac/master/install.sh)"
Difficult Dotterel

Ответы похожие на “установить git”

Вопросы похожие на “установить git”

Больше похожих ответов на “установить git” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования